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