Skip to content

Commit

Permalink
add env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jonassimoen committed Oct 21, 2023
1 parent c8cce79 commit d7d7bf8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
VITE_GOOGLE_CLIENT_ID="464382338884-0ikq4b04r76opagu59hcffqeafhmf0fb.apps.googleusercontent.com"
VITE_API_URL="https://fantasy-api.simoen.tech/api"
VITE_COMPETITION_CONFIG={"competitionFeed":"JPL","seasonId":2023,"budget":100,"teamSameClubPlayersLimit":3,"officialStartWeek":10,"lineupSize":11,"benchSize":4,"transfersAllowed":1,"weeklyTransfers":true,"lineupPositionRows":[1,4,4,2],"assetsCdn":"https://s3-eu-west-1.amazonaws.com/fanarena","transferTaxPercentage":0,"redirectURL":"https://fantasy.proleague.be/sso","transferProfitTaxPercentage":50,"transferCanBeSaved":true,"boostersEnabled":true}
1 change: 0 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
runs-on: ubuntu-latest
env:
SSH_PRIVATE_KEY: ${{secrets.SSH_KEY}}
SSH_PASSPHRASE: ${{secrets.SSH_KEY}}
SERVER_IP: ${{secrets.SERVER_IP}}
NODE_OPTIONS: --max-old-space-size=2048
steps:
Expand Down

0 comments on commit d7d7bf8

Please sign in to comment.