Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
AntGa committed Oct 1, 2024
1 parent dde81f7 commit 9026f9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,6 @@ jobs:
- name: setup flyctl
uses: superfly/flyctl-actions/setup-flyctl@master

- name: Delete Fly Volume
run: flyctl volumes delete wdcc_orakei_staging_storage --app wdcc-youth-of-orakei-staging

- name: Fly deploy
run: flyctl deploy --build-arg ANTON=${{ secrets.ANTON }} \
Expand Down
4 changes: 4 additions & 0 deletions fly.staging.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ primary_region = 'syd'
memory = '1gb'
cpu_kind = 'shared'
cpus = 1

[mounts]
source = "wdcc_orakei_staging_storage"
destination = "/data"

0 comments on commit 9026f9f

Please sign in to comment.