mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-09-16 02:35:37 -04:00
CI local tests
This commit is contained in:
@@ -10,3 +10,9 @@ deploy:
|
|||||||
- 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
|
||||||
Reference in New Issue
Block a user