Merge branch 'release/webpage-3' into release/webpage-2 #411
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Continuous Integration for clients | ||
on: | ||
push: | ||
branches: | ||
- "release/*" | ||
- "feature/*" | ||
- "hotfix/*" | ||
jobs: | ||
tests: | ||
name: Tests for all clients and libs | ||
uses: ./.github/workflows/tests.yml | ||
Check failure on line 12 in .github/workflows/staging-ci.yml GitHub Actions / .github/workflows/staging-ci.ymlInvalid workflow file
|
||
build: | ||
name: Build clients app to staging.bonde.org | ||
uses: ./.github/workflows/build-clients.yml | ||
with: | ||
environment: staging | ||
secrets: | ||
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }} | ||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} | ||
REACT_APP_ENVIRONMENT: staging | ||
REACT_APP_DOMAIN_IMAGINARY: https://imaginary.staging.bonde.org | ||
REACT_APP_DOMAIN_ACCOUNTS: https://accounts.staging.bonde.org | ||
REACT_APP_DOMAIN_ADMIN: https://app.staging.bonde.org | ||
REACT_APP_DOMAIN_ADMIN_CANARY: https://admin-canary.staging.bonde.org | ||
REACT_APP_DOMAIN_BOT: https://chatbot.staging.bonde.org | ||
REACT_APP_DOMAIN_BETA: https://beta.staging.bonde.org | ||
REACT_APP_AWS_BUCKET: bonde-assets-staging | ||
REACT_APP_LOGIN_URL: https://accounts.staging.bonde.org/login | ||
REACT_APP_DOMAIN_REDES: https://redes.staging.bonde.org | ||
REACT_APP_UPLOADS_URL: https://api-rest.staging.bonde.org/uploads | ||
REACT_APP_ZENDESK_ORGANIZATIONS_LAWYER: '360269610652' | ||
REACT_APP_ZENDESK_ORGANIZATIONS_INDIVIDUAL: '360273031591' | ||
REACT_APP_ZENDESK_ORGANIZATIONS_THERAPIST: '360282119532' | ||
REACT_APP_DOMAIN_PUBLIC: staging.bonde.org | ||
REACT_APP_API_GRAPHQL_SECRET: ${{ secrets.HASURA_SECRET }} | ||
REACT_APP_DOMAIN_API_ACTIVISTS: https://api-graphql.staging.bonde.org/v1/graphql | ||
REACT_APP_DOMAIN_API_GRAPHQL: https://api-graphql.staging.bonde.org/v1/graphql | ||
REACT_APP_DOMAIN_API_REST: https://api-rest.staging.bonde.org | ||
REACT_APP_PAGARME_KEY: ${{ secrets.PAGARME_KEY }} | ||
ACTION_SECRET_KEY: ${{ secrets.ACTION_SECRET_KEY }} | ||
AWS_ROUTE_IP: '127.0.0.1' | ||
HOTJAR_ID: ${{ secrets.HOTJAR_ID }} | ||
HOTJAR_SV: ${{ secrets.HOTJAR_SV }} |