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 115fa5c commit 938e7afCopy full SHA for 938e7af
.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