diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 313856ba..1fe8fbba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file