Skip to content

Commit 9f5e3ad

Browse files
authored
Update deploy-int.yaml
1 parent 2653ba4 commit 9f5e3ad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-int.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
SSL_CERT=${{ vars.SSL_CERT }}
3636
SSL_KEY=${{ vars.SSL_KEY }}
3737
CONCURRENCY=${{ vars.CONCURRENCY }}
38+
MAX_CACHE_SIZE=${{ vars.MAX_CACHE_SIZE }}
39+
http_proxy=${{ vars.HTTP_PROXY }}
40+
https_proxy=${{ vars.HTTPS_PROXY }}
3841
EOF
3942
4043
cat > .env <<EOF

0 commit comments

Comments
 (0)