Skip to content

Commit

Permalink
ci: update backend urls
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkaintas authored and alex-k8 committed Oct 15, 2024
1 parent 7550f58 commit 6e35577
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VITE_NODE_ENV=staging
VITE_BOT_SERVICE_URL=https://develop-state-channel-demo-backend.dev.aepps.com
VITE_BOT_SERVICE_URL=https://develop-state-channel-demo-backend.dev.service.aepps.com
VITE_CLIENT_PORT=8000
VITE_NODE_URL=https://testnet.aeternity.io
VITE_COMPILER_URL=https://v7.compiler.aepps.com/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prd-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VITE_NODE_ENV=staging
VITE_BOT_SERVICE_URL=https://state-channel-demo-backend.prd.aepps.com
VITE_BOT_SERVICE_URL=https://state-channel-demo-backend.prd.service.aepps.com
VITE_CLIENT_PORT=8000
VITE_NODE_URL=https://testnet.aeternity.io
VITE_COMPILER_URL=https://v7.compiler.aepps.com/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stg-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VITE_NODE_ENV=staging
VITE_BOT_SERVICE_URL=https://pr-${{ env.PR_NUMBER }}-state-channel-demo-backend.stg.aepps.com
VITE_BOT_SERVICE_URL=https://pr-${{ env.PR_NUMBER }}-state-channel-demo-backend.stg.service.aepps.com
VITE_CLIENT_PORT=8000
VITE_NODE_URL=https://testnet.aeternity.io
VITE_COMPILER_URL=https://v7.compiler.aepps.com/
Expand Down

0 comments on commit 6e35577

Please sign in to comment.