diff --git a/.circleci/config.yml b/.circleci/config.yml index df26cf3..eb984c1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ jobs: - checkout - restore_cache: key: dependencies-{{ checksum "package.json" }}-{{ .Environment.CACHE_VERSION }} - - run: echo "hello world" + - command: echo 'export HTTPCODE=`curl -s -o /dev/null -w "%{http_code}" https://$HEROKU_APP_NAME.herokuapp.com/`' lint: docker: - image: circleci/node:dubnium-browsers