Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update backend to bca33b1 #2103

Merged
merged 31 commits into from
Feb 13, 2024
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Up
harsh-mn-yral committed Feb 12, 2024
commit 2aba505899794dc3652e6d82197e71a280d59867
5 changes: 4 additions & 1 deletion .github/workflows/webclient-deploy.yml
Original file line number Diff line number Diff line change
@@ -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 }}