Skip to content

Commit

Permalink
add port env var (#55)
Browse files Browse the repository at this point in the history
* add DB env var

* add port env var
  • Loading branch information
Taehoya authored Feb 4, 2024
1 parent a3ef18f commit 50bdff3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
cache-to: type=inline
build-args: |
APP_URL=${{ secrets.APP_URL }}
PORT=${{ secrets.PORT }}
ACCESS_TOKEN_SECRET=${{ secrets.ACCESS_TOKEN_SECRET }}
ACCESS_TOKEN_EXPIRED_AT=${{ secrets.ACCESS_TOKEN_EXPIRED_AT }}
DB_HOST=${{ secrets.DB_HOST }}
Expand Down

0 comments on commit 50bdff3

Please sign in to comment.