Skip to content

Commit aa92e57

Browse files
authored
Update deploy.yml
1 parent 6fdb923 commit aa92e57

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ jobs:
2828
- name: Set Permissions for SSH Key
2929
run: chmod 600 /tmp/private_key.pem
3030

31+
- name: Print Docker Username and Password
32+
run: |
33+
echo "DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}"
34+
echo "DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}"
35+
3136
# 도커 로그인
3237
- name: Docker Login
3338
uses: docker/[email protected]
3439
with:
3540
username: ${{ secrets.DOCKER_USERNAME }}
3641
password: ${{ secrets.DOCKER_PASSWORD }}
37-
38-
- name: Print Docker Username and Password
39-
run: |
40-
echo "DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}"
41-
echo "DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}"
4242

4343
# 도커 이미지 push
4444
- name: Push Docker Images

0 commit comments

Comments
 (0)