Skip to content

Commit ca9c704

Browse files
committed
If this shit doesnt work now, cities will burn
1 parent 22af9e9 commit ca9c704

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/_deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
defaults:
2020
run:
2121
working-directory: ./packages/${{ inputs.package-name }}
22+
environment: Deploy
2223

2324
steps:
2425
- uses: actions/checkout@v3

.github/workflows/deploy_kv.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ jobs:
1515
uses: ./.github/workflows/_deploy.yml
1616
with:
1717
package-name: kv
18-
secrets: inherit
18+
secrets: inherit
19+
environment: Deploy

.github/workflows/deploy_vmt.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ jobs:
1515
uses: ./.github/workflows/_deploy.yml
1616
with:
1717
package-name: vmt
18-
secrets: inherit
18+
secrets: inherit
19+
environment: Deploy

0 commit comments

Comments
 (0)