diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d11f7b48..74c35fbe 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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/ssh-action@v0.1.8 with: @@ -64,4 +63,4 @@ jobs: script: | cd /home/ubuntu/spring-boot docker-compose pull - docker-compose up -d + docker-compose up -d \ No newline at end of file