Skip to content

Commit

Permalink
test: test3
Browse files Browse the repository at this point in the history
  • Loading branch information
donghyuun committed Sep 6, 2024
1 parent 49c184d commit ff73bd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
uses: appleboy/[email protected]
with:
host: ${{ secrets.AWS_HOST_IP }} # 인스턴스 IP
username: ${{ secrets.REMOTE_USER }} # 우분투 ID
key: ${{ secrets.AWS_EC2_PRIVATE_KEY }} # EC2 인스턴스 pem key
script: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit ff73bd4

Please sign in to comment.