Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
wjddn2165 committed Jul 29, 2024
1 parent b691b96 commit 2d1724b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ jobs:
docker buildx build --push --tag ${{ env.DOCKER_HUB_REPOSITORY }}:latest .
working-directory: ${{ env.working-directory }}


- name: SSH into EC2 and deploy with Docker Compose
uses: appleboy/[email protected]
with:
Expand All @@ -64,4 +63,4 @@ jobs:
script: |
cd /home/ubuntu/spring-boot
docker-compose pull
docker-compose up -d
docker-compose up -d

0 comments on commit 2d1724b

Please sign in to comment.