Skip to content

Commit

Permalink
Update deploy scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tuokri committed Aug 9, 2024
1 parent 21318d9 commit a877d07
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion deploy.ps1
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
hatch build
hatch dep show requirements >requirements.txt
flyctl deploy --verbose --region ams --push --now
flyctl deploy --verbose --push --now
3 changes: 2 additions & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash

hatch build
hatch dep show requirements >requirements.txt
flyctl deploy --verbose --region ams --push --now
flyctl deploy --verbose --push --now

0 comments on commit a877d07

Please sign in to comment.