Skip to content

Commit

Permalink
fix(ci): remove extra slash form VITE_BOT_SERVICE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalovelo committed Jul 9, 2022
1 parent 2203491 commit 190b855
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VITE_NODE_ENV=staging
VITE_BOT_SERVICE_URL=https://state-channel-demo-backend.dev.aepps.com/
VITE_BOT_SERVICE_URL=https://state-channel-demo-backend.dev.aepps.com
VITE_CLIENT_PORT=8000
VITE_NODE_URL=https://testnet.aeternity.io
VITE_COMPILER_URL= https://compiler.aepps.com
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VITE_NODE_ENV=staging
VITE_BOT_SERVICE_URL=https://state-channel-demo-backend.dev.aepps.com/
VITE_BOT_SERVICE_URL=https://state-channel-demo-backend.dev.aepps.com
VITE_CLIENT_PORT=8000
VITE_NODE_URL=https://testnet.aeternity.io
VITE_COMPILER_URL= https://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 @@ -81,7 +81,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VITE_NODE_ENV=staging
VITE_BOT_SERVICE_URL=https://state-channel-demo-backend.dev.aepps.com/
VITE_BOT_SERVICE_URL=https://state-channel-demo-backend.dev.aepps.com
VITE_CLIENT_PORT=8000
VITE_NODE_URL=https://testnet.aeternity.io
VITE_COMPILER_URL= https://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 @@ -74,7 +74,7 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VITE_NODE_ENV=staging
VITE_BOT_SERVICE_URL=https://state-channel-demo-backend.dev.aepps.com/
VITE_BOT_SERVICE_URL=https://state-channel-demo-backend.dev.aepps.com
VITE_CLIENT_PORT=8000
VITE_NODE_URL=https://testnet.aeternity.io
VITE_COMPILER_URL= https://compiler.aepps.com
Expand Down

0 comments on commit 190b855

Please sign in to comment.