diff --git a/.env b/.env new file mode 100644 index 0000000..edc829d --- /dev/null +++ b/.env @@ -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} \ No newline at end of file diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 5347b5a..9b9710d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -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: