Skip to content

Commit

Permalink
ci: update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daeun084 authored Sep 6, 2024
1 parent 4f1d8f0 commit ca3bafd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
sudo docker run -d -p 8080:8080 --name fitpet-container \
-e DB_USERNAME=${{ secrets.DB_USERNAME }} \
-e DB_PASSWORD=${{ secrets.DB_PASSWORD }} \
-e ACCESS_TOKEN_EXP=${{ secrets.ACCESS_TOKEN_EXP }} \
-e REFRESH_TOKEN_EXP=${{ secret.REFRESH_TOKEN_EXP }} \
${{ secrets.DOCKER_USERNAME }}/fitpet-a:latest
echo "Pruning unused Docker objects to free up space..."
Expand Down

0 comments on commit ca3bafd

Please sign in to comment.