Skip to content

Commit 460cb75

Browse files
authored
Merge pull request #6 from capgoing/feature/cicd-workflows
👷 CICD : CICD.yml 수정
2 parents f8ae70a + eaf6d21 commit 460cb75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CICD.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ jobs:
121121
key: ${{ secrets.REMOTE_PRIVATE_KEY }}
122122
port: ${{ secrets.REMOTE_SSH_PORT }}
123123
script: |
124-
export DOCKER_IMAGE=${{ secrets.DOCKER_USERNAME }}/capgoing:latest
125-
export DOCKER_COMPOSE_PATH=${{ secrets.DOCKER_COMPOSE_PATH }}
124+
export DOCKER_IMAGE="${{ secrets.DOCKER_USERNAME }}/${{ secrets.DOCKER_REPOSITORY }}:latest"
125+
export DOCKER_COMPOSE_PATH="${{ secrets.DOCKER_COMPOSE_PATH }}"
126126
127127
cd /home/ubuntu/scripts
128128
./rolling-update.sh

0 commit comments

Comments
 (0)