Sign inSign up

isenganime/hexofirebase

By isenganime

Updated almost 4 years ago

Hexo + Firebase Image

Image
0

383

isenganime/hexofirebase repository overview

hexo-firebase-docker

Docker Images with hexo and firebase-cli installed

Using on Gitlab CI

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

Tag summary

Content type

Image

Digest

sha256:fa751c6b6

Size

91.3 MB

Last updated

almost 4 years ago

docker pull isenganime/hexofirebase