Skip to content

Commit

Permalink
run tests before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
rybesh committed Sep 24, 2023
1 parent 7ee3593 commit 4f59249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ stage: APP_CONFIG = fly.stage.toml

publish: APP_CONFIG = fly.publish.toml

stage publish:
stage publish: clean test
fly deploy \
--config $(APP_CONFIG) \
--env SERVER_VERSION=$(SERVER_VERSION)

0 comments on commit 4f59249

Please sign in to comment.