Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
JuseungL committed Aug 4, 2024
1 parent 05d441b commit 15244e3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ jobs:
sudo docker pull "${{ secrets.DOCKERHUB_USERNAME }}/${{ secrets.DOCKERHUB_REPOSITORY }}:backend"
cd workspace
sudo docker-compose up -d
# sudo docker run -d \
# --name "$CONTAINER_NAME" \
# -p 80:8080 \
Expand Down

0 comments on commit 15244e3

Please sign in to comment.