Browse Source

refactor: Procfile

main
shootylife 6 years ago
parent
commit
f2ebfd474d
  1. 5
      .circleci/config.yml
  2. 0
      HTTPCODE=000 if [ -ne 200 ];then;echo heroku
  3. 0
      HTTPCODE=000;if [ -ne 200 ];then;echo heroku
  4. 2
      Procfile

5
.circleci/config.yml

@ -52,9 +52,12 @@ jobs:
steps: steps:
- attach_workspace: - attach_workspace:
at: /tmp at: /tmp
- run:
name: install netlify
command: sudo npm install netlify-cli -g
- run: - run:
name: Deploy app name: Deploy app
command: echo todo && false
command: netlify deploy --prod --auth $NETLIFY_AUTH_TOKEN --dir /tmp/server-doc --site $NETLIFY_SITE_ID
back-test-unit: back-test-unit:
docker: docker:
- image: circleci/node:dubnium-browsers - image: circleci/node:dubnium-browsers

0
HTTPCODE=000 if [ -ne 200 ];then;echo heroku

0
HTTPCODE=000;if [ -ne 200 ];then;echo heroku

2
Procfile

@ -1 +1 @@
web: yarn install
web: yarn start
Loading…
Cancel
Save