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

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