Skip to content

Commit

Permalink
워크플로우: WAS 키 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
peageon authored Nov 21, 2023
1 parent 2500735 commit 64b75e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BackEnd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
proxy_host: 10.0.2.6
proxy_username: ${{ secrets.SERVER_USERNAME }}
proxy_key_path: ~/.ssh
proxy_username: root
proxy_key: ${{ secrets.SSH_WAS_KEY }}
script: |
echo ${{ secrets.GHCR_TOKEN }} | docker login ghcr.io -u yunuo46 --password-stdin
docker pull ghcr.io/yunuo46/was_test:latest
Expand Down

0 comments on commit 64b75e1

Please sign in to comment.