Skip to content

Commit 7f8da2d

Browse files
fix port
1 parent f91bf6f commit 7f8da2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
echo "DB_DROP_SCHEMA=${{ secrets.DB_DROP_SCHEMA }}" >> ${{inputs.env_file}}
4343
echo "AUTH_SECRET=${{ secrets.AUTH_SECRET }}" >> ${{inputs.env_file}}
4444
echo "JWT_EXPIRES_IN=${{ secrets.JWT_EXPIRES_IN }}" >> ${{inputs.env_file}}
45-
echo "PORT=${{ secrets.PORT }}" >> ${{inputs.env_file}}
45+
echo "PORT=${{ vars.PORT }}" >> ${{inputs.env_file}}
4646
test:
4747
runs-on: [self-hosted, "${{inputs.runner}}"]
4848
needs: create_env

0 commit comments

Comments
 (0)