Skip to content

Commit b26a38d

Browse files
author
“PororoAndFriends”
committed
배포서버 이전
1 parent 0356498 commit b26a38d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/server_cd_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ jobs:
9999
key: ${{ secrets.ORACLE_INSTANCE_RELEASE_PRIVATE_KEY }}
100100
port: ${{ secrets.ORACLE_INSTANCE_RELEASE_PORT }}
101101
script: |
102+
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
103+
102104
docker pull ${{ secrets.DOCKER_IMAGE_RELEASE }}:latest
103105
104106
echo $(whoami)

0 commit comments

Comments
 (0)