Browse Source

💚 Try url fix with typo fix

main
Anatole-DC 4 years ago
parent
commit
bcd905bc60
  1. 10
      .circleci/config.yml

10
.circleci/config.yml

@ -19,7 +19,7 @@ jobs:
build: build:
<<: *shared-config <<: *shared-config
environment: environment:
- VITE_BACKEND_URL_URL: $VITE_BACKEND_URL_URL
- VITE_BACKEND_URL: $VITE_BACKEND_URL_URL
steps: steps:
- checkout - checkout
- restore_cache: - restore_cache:
@ -76,6 +76,12 @@ workflows:
- front-netlify-deploy: - front-netlify-deploy:
requires: requires:
- build - build
filters:
branches:
only: main
- docker-build-and-push: - docker-build-and-push:
requires: requires:
- build
- build
filters:
branches:
only: main
Loading…
Cancel
Save