Browse Source

🔧 update .circleci/config.yml file

main
tchawou-daniel 5 years ago
parent
commit
27759c3e5c
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -62,8 +62,7 @@ jobs:
command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:main
- run:
name: Smoke test
command: |
./testbackend.sh
command: ./testbackend.sh
buildandpush_dockerhub:
docker:
- image: docker:17.05.0-ce-git

Loading…
Cancel
Save