Skip to content

Commit

Permalink
Feat/#10/endermaru (#13)
Browse files Browse the repository at this point in the history
* docker mysql add persistence

* minor changes

* github action 추가
  • Loading branch information
endermaru authored Dec 27, 2024
1 parent 7a50918 commit e62b535
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
key: ${{ secrets.EC2_PRIVATE_KEY }}
script: |
docker-compose down
docker-compose pull
docker-compose up -d
docker-compose --env-file .env.prod -f docker-compose.prod.yml pull
docker-compose --env-file .env.prod -f docker-compose.prod.yml up --build -d

0 comments on commit e62b535

Please sign in to comment.