Browse Source

👷 fix cmd run

pull/1/merge
lamya-rey 5 years ago
parent
commit
668dfe1b5f
  1. 3
      .circleci/config.yml

3
.circleci/config.yml

@ -74,7 +74,8 @@ jobs:
- checkout
- run:
name: Heroku deploy
command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:main
command: |
git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git HEAD:main
- run:
name: Smoke test
command: |

Loading…
Cancel
Save