Skip to content

Commit

Permalink
feature(devops): automated deploy for dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
fagomezra committed Sep 25, 2023
1 parent 1c9f671 commit cb4d685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-dev-environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
REACT_APP_FOOTER_LINKS: ${{ secrets.REACT_APP_FOOTER_LINKS }}
REACT_APP_LIBRE_APP_NAME: ${{ secrets.REACT_APP_LIBRE_APP_NAME }}
REACT_APP_LIBRE_API_PROTOCOL: https
REACT_APP_LIBRE_API_HOST: https://testnet.libre.org
REACT_APP_LIBRE_API_HOST: https://api.testnet.libre.cryptobloks.io
REACT_APP_LIBRE_API_PORT: 443
REACT_APP_LIBRE_CHAIN_ID: b64646740308df2ee06c6b72f34c0f7fa066d940e831f752db2006fcc2b78dee
REACT_APP_HASURA_URL: https://graphql-vmpx-demo-libre.edenia.cloud/v1/graphql
Expand Down

0 comments on commit cb4d685

Please sign in to comment.