We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69144df commit 747aefeCopy full SHA for 747aefe
1 file changed
.github/workflows/ci.yml
@@ -1,4 +1,4 @@
1
-name: 🚀 Validation Pipeline
+name: 🚀 Validation & Deploy Pipeline
2
concurrency:
3
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
4
cancel-in-progress: true
@@ -83,7 +83,7 @@ jobs:
83
FLY_REGION: ${{ vars.FLY_REGION }}
84
with:
85
app_name: ${{ env.FLY_ORG }}-${{ github.event.number }}
86
- env_vars: |
+ secrets: |
87
APP_ENV=staging
88
GITHUB_OWNER: "forge-42"
89
GITHUB_REPO: "docs-template"
0 commit comments