Skip to content

Commit

Permalink
Set missing variable
Browse files Browse the repository at this point in the history
  • Loading branch information
oegea committed Feb 25, 2024
1 parent 10bc8e0 commit ed4e7e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-on-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
--env COMMON_MONGODB_CONNECTION_STRING="${{ secrets.COMMON_MONGODB_CONNECTION_STRING }}"
--env COMMON_MONGODB_DATABASE="${{ secrets.COMMON_MONGODB_DATABASE }}"
--env COMMON_ORGANIZATION_NAME="${{ secrets.COMMON_ORGANIZATION_NAME }}"
--env COMMON_TOKEN_SECRET="${{ secrets.COMMON_TOKEN_SECRET }}"
--env DOCS_PORT="${{ secrets.DOCS_PORT }}"
--env DOCS_PUBLIC_URL="${{ secrets.DOCS_PUBLIC_URL }}"
-p ${{ env.PORT_RANGE }}:${{ env.PORT_RANGE }}
Expand Down

0 comments on commit ed4e7e2

Please sign in to comment.