Skip to content

Commit 66dd02a

Browse files
authored
hotfix: cicd workflow 수정
1 parent 487dc94 commit 66dd02a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333

3434
steps:
3535
- name: SSH to Server and Deploy
36-
if: github.ref == 'refs/heads/dev'
36+
if: github.ref == 'refs/heads/main'
3737
uses: appleboy/[email protected]
3838
with:
3939
host: ${{ secrets.PROD_SERVER_HOST }}

0 commit comments

Comments
 (0)