Skip to content

Commit a492f24

Browse files
committed
Get environment name from branch name
1 parent ebb2032 commit a492f24

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
@@ -8,7 +8,7 @@ on:
88
jobs:
99
deployment:
1010
runs-on: ubuntu-latest
11-
environment: test
11+
environment: ${{ github.ref_name }}
1212
steps:
1313
- name: trigger deploy
1414
run: |

0 commit comments

Comments
 (0)