diff --git a/.github/workflows/create.yml b/.github/workflows/create.yml index 6d5be46..67a105f 100644 --- a/.github/workflows/create.yml +++ b/.github/workflows/create.yml @@ -16,4 +16,4 @@ jobs: run: flyctl apps create ${{ github.repository_owner }}-gsw - name: 💽 Create fly.io volume - run: flyctl volumes create gsw_data --region ${{ secrets.FLY_REGION }} --size 1 + run: flyctl volumes create gsw_data --size 1 --region ${{ secrets.FLY_REGION }} --app ${{ github.repository_owner }}-gsw