Skip to content

Commit

Permalink
add server env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
snendev committed Aug 15, 2024
1 parent 3f9a7ca commit dd362bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-webserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ on:
description: 'Version number in the format `v1.2.3`'
required: true
type: string

env:
SERVER_IP: ${{ vars.SERVER_IP }}
SERVER_PORT: ${{ vars.SERVER_PORT }}
SERVER_TOKENS_PORT: ${{ vars.SERVER_TOKENS_PORT }}

jobs:
deploy:
Expand Down

0 comments on commit dd362bd

Please sign in to comment.