1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-10-14 13:24:25 -04:00

CI local tests

This commit is contained in:
2018-04-29 10:56:54 -04:00
parent 939be17aa7
commit 029b2ad8be

View File

@@ -9,4 +9,10 @@ deploy:
- npm install --quiet firebase-tools -g - npm install --quiet firebase-tools -g
- rm -rf public - rm -rf public
- hugo - hugo
- firebase deploy --token $FIREBASE_TOKEN - firebase deploy --token $FIREBASE_TOKEN
deploy-test:
script:
- npm install --quiet firebase-tools -g
- rm -rf public
- hugo
- firebase list --token $FIREBASE_TOKEN