Skip to content

Commit 4458e32

Browse files
fix: update dc_deploy.yml environment
1 parent 916c0e5 commit 4458e32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dc_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
dc-release:
1414
name: Release
1515
runs-on: ubuntu-latest
16-
environment: ${{ github.ref_name }}
16+
environment: ${{ github.ref_name == 'prod' && 'prod' || 'dev' }}
1717
steps:
1818
- name: Execute remote SSH commands using password
1919
uses: appleboy/ssh-action@v1

0 commit comments

Comments
 (0)