Browse Source

💚 Re-Fix deployed heroku branch

pull/8/head
anthony 5 years ago
parent
commit
6b51ff7e27
  1. 2
      .circleci/config.yml

2
.circleci/config.yml

@ -130,7 +130,7 @@ jobs:
- setup_dependencies
- run:
name: Heroku Deploy
command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/<<parameters.heroku-app>>.git HEAD:<<parameters.branch>>
command: git push https://heroku:$HEROKU_API_KEY@git.heroku.com/<<parameters.heroku-app>>.git HEAD:main
- run:
name: Smoke Test
command: |

Loading…
Cancel
Save