Skip to content

Commit

Permalink
deploy after successful travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
piranha committed May 5, 2020
1 parent f750240 commit 3319798
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,22 @@
env:
global:
secure: z+UrEQN0U2VBby82vHS2VLElbGDrVTwifRGAEQzFlaARWGig5fRyVSM8Om7ft6z+sk70YXv0mLt3ZyVwvnI/cqULqgoicPav3dplXQyyGyv6FCjiOO8iB8oBZ62wTgmvcYwc5kxnnYVRFaVQsGin/Rm5t1C7YidEYxRXQN0cqtI=

language: python
cache: pip
python:
- '3.7'
- '3.7'
install:
- pip install pipenv
- pipenv install
- pip install pipenv
- pipenv install
script:
- pipenv run cyrax
- test 6000 -lt $(cat _build/index.html | wc -l)
- yarn install
- yarn danger ci
- pipenv run cyrax
- test 6000 -lt $(cat _build/index.html | wc -l)
- yarn install
- yarn danger ci

# NETLIFY_AUTH is in env
deploy:
provider: netlify
edge: true
site: 6f222827-83c1-4882-8d4e-6781973be25d

0 comments on commit 3319798

Please sign in to comment.