Created
December 14, 2016 14:19
-
-
Save DennisAlund/85ea76c60126ab943c715c241ab3ba38 to your computer and use it in GitHub Desktop.
Gitlab continous integration file used in article: https://medium.com/evenbit/deploying-firebase-task-worker-to-google-cloud-platform-with-gitlab-ci-51e2c63d3bbf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Push the code up to the Google Cloud Repository | |
| - git config credential.helper gcloud.sh | |
| - git remote add google https://source.developers.google.com/p/$PROJECT_ID/r/default | |
| - git push google --all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment