Docker Images with hexo and firebase-cli installed
Here the example of .gitlab-ci.yml for Hexo :
variables:
GIT_SUBMODULE_STRATEGY: recursive
GIT_SSL_NO_VERIFY: "true"
stages:
- deploy
deploy:
stage: deploy
image: isenganime/hexofirebase
script:
# build site
- cd ${CI_PROJECT_DIR}
- rm -rf node_modules && npm install --force
- hexo generate
# upload
- firebase deploy --only hosting --token ${FIREBASE_TOKEN}
only:
- master
Content type
Image
Digest
sha256:fa751c6b6…
Size
91.3 MB
Last updated
almost 4 years ago
docker pull isenganime/hexofirebase