Browse Source

just trying to raw enter keys to see if they pass this way

main
Francois Lannoy 6 years ago
parent
commit
e91aef1d96
  1. 6
      .circleci/config.yml

6
.circleci/config.yml

@ -121,11 +121,11 @@ jobs:
- checkout
- run:
name: Heroku Deploy
command: git push https://heroku/$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME.git main
command: git push https://heroku/a23fc7f2-9b0e-4353-b5b2-2be01d2978fd@git.heroku.com/fast-hollows-96925.git main
- run:
name: Smoke Test
command: |
HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://$HEROKU_APP_NAME.herokuapp.com/`
HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://fast-hollows-96925.herokuapp.com/`
if [ "$HTTPCODE" -ne 200 ];then
echo "heroku app not responding, failing deploy"
exit 1
@ -166,6 +166,8 @@ workflows:
branches:
only: main
- server-doc-deploy:
context:
- HEROKU
requires:
- server-doc-build
filters:

Loading…
Cancel
Save