Skip to content

Commit

Permalink
[release] #18 docker compose 삭제, portainer POST 요청 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeesw authored May 1, 2024
1 parent 05d9332 commit d19c496
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,9 @@ jobs:
push: true
tags: ${{ secrets.DOCKER_USERNAME }}/spring-app:latest

- name: Deploy to Docker Compose
- name: Send Portainer restart spring-container Trigger
run: |
sudo docker compose down
sudo docker compose up -d
working-directory: ./backend

curl -X POST http://43.203.218.27:19000/api/webhooks/62247b21-eeb6-400f-89af-ae84bc566acc
- name: Clean up Gradle Cache
run: ./gradlew clean
Expand Down

0 comments on commit d19c496

Please sign in to comment.