Skip to content

Commit

Permalink
[Chore] 워크플로우 $ 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JIHYUN2EE committed Aug 29, 2024
1 parent e91aabe commit a786530
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
key: ${{ secrets.EC2_SSH_KEY }}
port: 22
script: |
echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
echo $${{ secrets.DOCKER_PASSWORD }} | docker login -u $${{ secrets.DOCKER_USERNAME }} --password-stdin
docker pull ${{ secrets.DOCKER_USERNAME }}/fitpet:latest
docker pull $${{ secrets.DOCKER_USERNAME }}/fitpet:latest
cd /home/ubuntu
docker-compose -f docker-compose.yml up --build -d

0 comments on commit a786530

Please sign in to comment.