Browse Source

fix bug 2

main
Gautier couture 6 years ago
parent
commit
f14f14c62d
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -104,7 +104,7 @@ jobs:
command: git push https://heroku:21ddec44-0fea-4b71-a6c0-5e902b2a803b@git.heroku.com/evening-cove-68662.git HEAD:main command: git push https://heroku:21ddec44-0fea-4b71-a6c0-5e902b2a803b@git.heroku.com/evening-cove-68662.git HEAD:main
- run: - run:
name: Smoke Test name: Smoke Test
command: ./hiroku_test.sh
command: ./test_hiroku.sh
workflows: workflows:
version: 2 version: 2

Loading…
Cancel
Save