Skip to content

Commit a3b5362

Browse files
authored
Merge pull request #598 from DefangLabs/jordan/production-environment
update samples to use "production" environment by default
2 parents db06b37 + 45e2d4c commit a3b5362

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ on:
77

88
jobs:
99
deploy:
10-
environment: playground
10+
environment: production
1111
runs-on: ubuntu-latest
1212
permissions:
1313
contents: read
1414
id-token: write
1515

1616
steps:
17-
- name: Checkout Repo
18-
uses: actions/checkout@v4
17+
- name: Checkout Repo
18+
uses: actions/checkout@v4
1919

20-
- name: Deploy
21-
uses: DefangLabs/defang-github-action@v1.3.2
20+
- name: Deploy
21+
uses: DefangLabs/defang-github-action@v1.3.2

0 commit comments

Comments
 (0)