diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index d1505e7..216c3e8 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -122,7 +122,7 @@ jobs: # - name: 🚀 Deploy Staging # if: ${{ github.ref == 'refs/heads/dev' }} - # uses: superfly/flyctl-actions@1.3 + # uses: superfly/flyctl-actions@1.4 # with: # args: "deploy --app ${{ steps.app_name.outputs.value }}-staging --image registry.fly.io/${{ steps.app_name.outputs.value }}:${{ github.ref_name }}-${{ github.sha }}" # env: @@ -130,7 +130,7 @@ jobs: - name: 🚀 Deploy Production if: ${{ github.ref == 'refs/heads/main' }} - uses: superfly/flyctl-actions@1.3 + uses: superfly/flyctl-actions@1.4 with: args: "deploy --detach --config node.toml" env: diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 3823c1e..3544f15 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -126,7 +126,7 @@ jobs: # TODO add staging deploy in the future if on dev branch - name: 🚀 Deploy Production if: ${{ github.ref == 'refs/heads/main' }} - uses: superfly/flyctl-actions@1.3 + uses: superfly/flyctl-actions@1.4 with: args: "deploy --config python.toml" env: