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

Update .gitlab-ci.yml

This commit is contained in:
2018-04-29 17:34:49 +00:00
parent 8b59faa827
commit b9e0631790

View File

@@ -12,10 +12,3 @@ deploy:
- rm -rf public
- hugo
- firebase deploy --token $FIREBASE_TOKEN
deploy-test:
script:
- rm -rf public
- hugo
- firebase list --token $FIREBASE_TOKEN
when: manual