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 10, 2024
1 parent 37a9341 commit 1ec6d01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
-e DB_USER=${{ secrets.DB_USER }} \
-e DB_PASS=${{ secrets.DB_PASS }} \
-e DB_NAME=${{ secrets.DB_NAME }} \
-e JWT_SECRET_ACCESS=${{ secrets.JWT_SECRET_KEY_ACCESS }} \
-e JWT_SECRET_REFRESH=${{ secrets.JWT_SECRET_KEY_REFRESH }} \
-e JWT_SECRET_KEY_ACCESS=${{ secrets.JWT_SECRET_KEY_ACCESS }} \
-e JWT_SECRET_KEY_REFRESH=${{ secrets.JWT_SECRET_KEY_REFRESH }} \
-e CLIENT_SECRET=${{ secrets.CLIENT_SECRET }} \
-e API_KEY=${{ secrets.API_KEY }} \
-d -p ${{secrets.EXTERNAL_PORT}}:${{secrets.INTERNAL_PORT}} \
Expand Down

0 comments on commit 1ec6d01

Please sign in to comment.