Skip to content

Commit 938e7af

Browse files
committed
Deploy v* tags to prod
1 parent 115fa5c commit 938e7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
deployment:
1313
runs-on: ubuntu-latest
14-
environment: ${{ startsWith(github.ref, 'refs/tags/') && 'main' || github.ref_name }}
14+
environment: ${{ startsWith(github.ref, 'refs/tags/') && 'prod' || github.ref_name }}
1515
steps:
1616
- name: Trigger deploy
1717
run: |

0 commit comments

Comments
 (0)