Skip to content

Commit

Permalink
Up
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh-mn-yral committed Feb 12, 2024
1 parent 2b5da19 commit 2aba505
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/webclient-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,8 @@ jobs:
- run: npm run wc:build:prod
env:
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
- uses: superfly/flyctl-actions/setup-flyctl@master
- name: Deploy production build
run: fly deploy --config ./wc.fly.toml --dockerfile ./wc.Dockerfile -t ${{ secrets.FLYIO_KIT_DEPLOY_GH_ACTION }}
run: flyctl deploy --config ./wc.fly.toml --dockerfile ./wc.Dockerfile
env:
FLY_API_TOKEN: ${{ secrets.FLYIO_KIT_DEPLOY_GH_ACTION }}

0 comments on commit 2aba505

Please sign in to comment.