Skip to content

Commit

Permalink
hotfix: update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daeun084 authored Sep 18, 2024
1 parent 496fed2 commit 692749b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
echo "Starting new Docker container fitpet-container..."
sudo docker run -d -p 8080:8080 --name fitpet-container \
-e DB_URL=${{ secrets.DB_URL }} \
-e DB_USERNAME=${{ secrets.DB_USERNAME }} \
-e DB_PASSWORD=${{ secrets.DB_PASSWORD }} \
-e ACCESS_TOKEN_EXP=${{ secrets.ACCESS_TOKEN_EXP }} \
Expand Down

0 comments on commit 692749b

Please sign in to comment.