Skip to content

Commit 05a9d20

Browse files
committed
feat: 파일 복사 시 덮어쓰기 옵션 추가
1 parent 39c9e6e commit 05a9d20

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
@@ -4,7 +4,6 @@ on:
44
push:
55
branches:
66
- master
7-
- feature/**
87

98
env:
109
REGISTRY_URL: ${{ secrets.NCP_REGISTRY_URL }}
@@ -82,6 +81,7 @@ jobs:
8281
key: ${{ secrets.SSH_PRIVATE_KEY }}
8382
source: "docker-compose.yml,init-scripts/"
8483
target: "/home/ubuntu/app/"
84+
overwrite: true
8585

8686
- name: Restart services for infrastructure changes
8787
if: steps.changes.outputs.infra_changed == 'true'

0 commit comments

Comments
 (0)