diff --git a/.github/workflows/enedina-ci.yaml b/.github/workflows/enedina-ci.yaml deleted file mode 100644 index 37a7c6eb5..000000000 --- a/.github/workflows/enedina-ci.yaml +++ /dev/null @@ -1,39 +0,0 @@ -name: Continuous Integration for clients -on: - push: - branches: - - "enedina/*" - -jobs: - build: - name: Build clients app - 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.enedina.bonde.org - REACT_APP_DOMAIN_ACCOUNTS: https://accounts.enedina.bonde.org - REACT_APP_DOMAIN_ADMIN: https://app.staging.bonde.org - REACT_APP_DOMAIN_ADMIN_CANARY: https://admin-canary.enedina.bonde.org - REACT_APP_DOMAIN_BOT: https://chatbot.enedina.bonde.org - REACT_APP_DOMAIN_BETA: https://beta.enedina.bonde.org - REACT_APP_AWS_BUCKET: bonde-assets-staging - REACT_APP_LOGIN_URL: https://accounts.enedina.bonde.org/login - REACT_APP_DOMAIN_REDES: https://redes.enedina.bonde.org - REACT_APP_UPLOADS_URL: https://api-rest.enedina.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: enedina.bonde.org - REACT_APP_API_GRAPHQL_SECRET: ${{ secrets.HASURA_SECRET }} - REACT_APP_DOMAIN_API_ACTIVISTS: https://api-graphql.enedina.bonde.org/v1/graphql - REACT_APP_DOMAIN_API_GRAPHQL: https://api-graphql.enedina.bonde.org/v1/graphql - REACT_APP_DOMAIN_API_REST: https://api-rest.enedina.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 }} \ No newline at end of file