Skip to content

Commit

Permalink
chore: make "make push" actually restart flex (#15490)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMaggio authored Jun 21, 2024
1 parent 0ab7b7f commit 497f904
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion api/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ push-no-restart-ot3: sdist

.PHONY: push-ot3
push-ot3: push-no-restart-ot3
$(call restart-server,$(host),$(host),$(ssh_opts),"opentrons-robot-server")
$(call restart-service,$(host),$(ssh_key),$(ssh_opts),"opentrons-robot-server")

.PHONY: simulate
simulate:
Expand Down
2 changes: 1 addition & 1 deletion hardware-testing/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ push: push-no-restart restart

.PHONY: restart-ot3
restart-ot3:
$(call restart-server,$(host),$(ssh_key),$(ssh_opts),"opentrons-robot-server")
$(call restart-service,$(host),$(ssh_key),$(ssh_opts),"opentrons-robot-server")

.PHONY: push-no-restart-ot3
push-no-restart-ot3: sdist Pipfile.lock
Expand Down
2 changes: 1 addition & 1 deletion hardware/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ push-no-restart-ot3: sdist Pipfile.lock

.PHONY: push-ot3
push-ot3: push-no-restart-ot3
$(call restart-server,$(host),$(ssh_key),$(ssh_opts),"opentrons-robot-server")
$(call restart-service,$(host),$(ssh_key),$(ssh_opts),"opentrons-robot-server")


# Launch the emulator application.
Expand Down
2 changes: 1 addition & 1 deletion shared-data/python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ push-no-restart-ot3: sdist

.PHONY: push-ot3
push-ot3: push-no-restart-ot3
$(call restart-server,$(host),$(ssh_key),$(ssh_opts),opentrons-robot-server)
$(call restart-service,$(host),$(ssh_key),$(ssh_opts),"opentrons-robot-server")

.PHONY: deploy
deploy: wheel sdist
Expand Down

0 comments on commit 497f904

Please sign in to comment.