Skip to content

Commit 747aefe

Browse files
committed
fly deploy workflow update
1 parent 69144df commit 747aefe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 🚀 Validation Pipeline
1+
name: 🚀 Validation & Deploy Pipeline
22
concurrency:
33
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
44
cancel-in-progress: true
@@ -83,7 +83,7 @@ jobs:
8383
FLY_REGION: ${{ vars.FLY_REGION }}
8484
with:
8585
app_name: ${{ env.FLY_ORG }}-${{ github.event.number }}
86-
env_vars: |
86+
secrets: |
8787
APP_ENV=staging
8888
GITHUB_OWNER: "forge-42"
8989
GITHUB_REPO: "docs-template"

0 commit comments

Comments
 (0)