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 fae1553 commit d233d04Copy full SHA for d233d04
.github/workflows/deploy.yaml
@@ -11,7 +11,7 @@ on:
11
jobs:
12
deployment:
13
runs-on: ubuntu-latest
14
- environment: ${{ startsWith(github.ref, 'refs/tags/') && 'main' || github.ref_name }}
+ environment: ${{ startsWith(github.ref, 'refs/tags/') && 'prod' || github.ref_name }}
15
steps:
16
- name: Trigger deploy
17
run: |
0 commit comments