mirror of
https://github.com/Cute-Dress/Dress.git
synced 2024-11-27 23:55:04 +08:00
自动更新
This commit is contained in:
parent
01a184a3e4
commit
8584835770
@ -4,7 +4,7 @@ cache:
|
|||||||
directories:
|
directories:
|
||||||
- '$HOME/.npm'
|
- '$HOME/.npm'
|
||||||
before_install:
|
before_install:
|
||||||
- if [ "$TRAVIS_BRANCH" = "master" ]; then git checkout web; fi
|
- if [ "$TRAVIS_BRANCH" = "master" ]; then git remote set-branches --add origin web; git fetch origin web; git checkout web; fi
|
||||||
script: npm run build
|
script: npm run build
|
||||||
deploy:
|
deploy:
|
||||||
provider: s3
|
provider: s3
|
||||||
|
Loading…
Reference in New Issue
Block a user