A Dockerfile that includes NodeJS, Firebase and Java for CI\CD of Firebase apps.
8.1K
A Dockerfile that includes NodeJS, Firebase and Java for CI\CD of Firebase apps.
You can use image scholarshipowl/firebase as build image in .gitlab-ci.yaml.
variables:
FIREBASE_TOKEN: {{ Get token with `firebase login:ci` }}
deploy:
stage: deploy
image: scholarhsipowl/firebase
script:
# Deploy to hosting
- firebase deploy
--only hosting
--message "Pipe ${CI_PIPELINE_ID} Build ${CI_BUILD_ID}"
Content type
Image
Digest
sha256:c887c3cab…
Size
347 MB
Last updated
about 2 years ago
docker pull scholarshipowl/firebase