Skip to content

Commit

Permalink
fix: scripts -> script
Browse files Browse the repository at this point in the history
  • Loading branch information
donghyuun committed Sep 6, 2024
1 parent 17152fc commit bad5672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
with:
host: ${{ secrets.AWS_HOST_IP }}
key: ${{ secrets.AWS_EC2_PRIVATE_KEY }}
scripts: |
script: |
docker login -u ${{ secrets.DOCKER_USERNAME }} -p ${{ secrets.DOCKER_PASSWORD }}
docker pull ${{ secrets.DOCKER_USERNAME }}/apap-backend:latest
docker stop $(docker ps -a -q)
Expand Down

0 comments on commit bad5672

Please sign in to comment.