Skip to content

Commit

Permalink
chore: deploy test
Browse files Browse the repository at this point in the history
  • Loading branch information
yaongmeow committed Jun 9, 2024
1 parent 8078d7b commit 2ec0889
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ jobs:
-e DB_NAME=${{ secrets.DB_NAME }} \
-e JWT_SECRET_ACCESS=${{ secrets.JWT_SECRET_ACCESS }} \
-e JWT_SECRET_REFRESH=${{ secrets.JWT_SECRET_REFRESH }} \
-e CLIENT_SECRET=${{ secrets.CLIENT_SECRET }} \
-e API_KEY=${{ secrets.API_KEY }} \
-d -p ${{secrets.EXTERNAL_PORT}}:${{secrets.INTERNAL_PORT}} \
-v /root/logs:/workspace/logs \
--name skkuse-container yaongmeow/skkuse-docker \
Expand Down

0 comments on commit 2ec0889

Please sign in to comment.