Skip to content

Commit

Permalink
chore: pm2->docker 방식으로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
YerangPark committed Aug 27, 2024
1 parent 524bf19 commit 3e62637
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,4 @@ jobs:
docker stop frontend-container || true
docker rm frontend-container || true
pm2 delete frontend-container || true
pm2 start docker --name frontend-container -- run -d -p 3000:3000 --name frontend-container ${{ secrets.DOCKERHUB_USERNAME }}/folio-frontend:latest
docker run -d --name frontend-container -p 3000:3000 ${{ secrets.DOCKERHUB_USERNAME }}/folio-frontend:latest

0 comments on commit 3e62637

Please sign in to comment.