diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e073d8c2..fcf08bff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,4 +9,10 @@ deploy: - npm install --quiet firebase-tools -g - rm -rf public - hugo - - firebase deploy --token $FIREBASE_TOKEN \ No newline at end of file + - firebase deploy --token $FIREBASE_TOKEN +deploy-test: + script: + - npm install --quiet firebase-tools -g + - rm -rf public + - hugo + - firebase list --token $FIREBASE_TOKEN \ No newline at end of file