We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 902be40 + e13fd30 commit c916868Copy full SHA for c916868
1 file changed
.github/workflows/deploy.yaml
@@ -7,15 +7,15 @@ on:
7
8
jobs:
9
deploy:
10
- environment: playground
+ environment: production
11
runs-on: ubuntu-latest
12
permissions:
13
contents: read
14
id-token: write
15
16
steps:
17
- - name: Checkout Repo
18
- uses: actions/checkout@v4
+ - name: Checkout Repo
+ uses: actions/checkout@v4
19
20
- - name: Deploy
21
- uses: DefangLabs/defang-github-action@v1.3.2
+ - name: Deploy
+ uses: DefangLabs/defang-github-action@v1.3.2
0 commit comments