Skip to content

Commit

Permalink
5/12: migrate upload file to cloudinary
Browse files Browse the repository at this point in the history
  • Loading branch information
thuan committed Dec 5, 2023
1 parent 8df82b3 commit b19eb77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ jobs:
- name: Stop and remove Docker Compose project if running
if: steps.check_docker_compose.outputs.docker_compose_running == 'true'
run: |
sudo docker compose --project-name spotify-server down
sudo docker-compose --project-name spotify-server down
- name: Run server with Docker Compose
run: sudo docker compose --project-name spotify-server up
run: sudo docker-compose --project-name spotify-server up -d



0 comments on commit b19eb77

Please sign in to comment.