Skip to content

Commit

Permalink
Fix: add app flag
Browse files Browse the repository at this point in the history
  • Loading branch information
AntGa committed Sep 30, 2024
1 parent f1b9ab0 commit 206f38c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs: # remove these tests in production - Anton

- name: Create Fly volume (if not exists)
run: |
flyctl volumes create wdcc_orakei_staging_storage --region syd --size 1
flyctl volumes create wdcc_orakei_staging_storage --region syd --size 1 --app wdcc-youth-of-orakei-staging
- name: Fly deploy
run: flyctl deploy --build-arg ANTON=${{ secrets.ANTON }} --build-arg WEBFORMS_TOKEN=${{ secrets.WEBFORMS_TOKEN }} --build-arg NOTION_MEMBERS_ID=${{ secrets.NOTION_MEMBERS_ID }} --build-arg NOTION_TOKEN=${{ secrets.NOTION_TOKEN }} --build-arg NOTION_PROJECTS_ID=${{ secrets.NOTION_PROJECTS_ID }} --build-arg NOTION_TEAMS_ID=${{ secrets.NOTION_TEAMS_ID}} --build-arg NOTION_HOMEPAGE_ID=${{ secrets.NOTION_HOMEPAGE_ID}} --build-arg NOTION_REFRESH_ID=${{ secrets.NOTION_REFRESH_ID}} --remote-only --config fly.staging.toml

0 comments on commit 206f38c

Please sign in to comment.