Skip to content

Commit

Permalink
feat: fixing command
Browse files Browse the repository at this point in the history
  • Loading branch information
dahal committed May 14, 2024
1 parent b38324e commit b9588ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:

- name: 🚀 Deploy Staging
run:
flyctl deploy\
--app ${{ steps.app_name.outputs.value }}\
--image ghcr.io/captableinc/captable:latest
flyctl deploy \
-a ${{ steps.app_name.outputs.value }} \
-i ghcr.io/captableinc/captable:latest
# run:
# flyctl deploy --remote-only --build-arg COMMIT_SHA=${{ github.sha }}
# --app ${{ steps.app_name.outputs.value }}-staging
Expand Down

0 comments on commit b9588ef

Please sign in to comment.