make meetings
This commit is contained in:
21
cyber-boom-files/_gitlab-ci.yml
Normal file
21
cyber-boom-files/_gitlab-ci.yml
Normal file
@ -0,0 +1,21 @@
|
||||
variables:
|
||||
DOCKER_IMAGE_NAME: '$CI_REGISTRY_USER/$CI_COMMIT_BRANCH'
|
||||
|
||||
default:
|
||||
image: docker:latest
|
||||
services:
|
||||
- docker:dind
|
||||
before_script:
|
||||
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
|
||||
|
||||
stages:
|
||||
- build-docker-image
|
||||
|
||||
|
||||
|
||||
build-docker-image:
|
||||
stage: build
|
||||
|
||||
script:
|
||||
- docker build -t '$DOCKER_IMAGE_NAME' .
|
||||
- docker push '$DOCKER_IMAGE_NAME'
|
@ -0,0 +1,11 @@
|
||||
{"web":
|
||||
{
|
||||
"client_id":"1074677274720-anq59r07nlu1nh7r444pg7llstsu9qp3.apps.googleusercontent.com",
|
||||
"project_id":"charged-mind-237506",
|
||||
"auth_uri":"https://accounts.google.com/o/oauth2/auth",
|
||||
"token_uri":"https://oauth2.googleapis.com/token",
|
||||
"auth_provider_x509_cert_url":"https://www.googleapis.com/oauth2/v1/certs",
|
||||
"client_secret":"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",
|
||||
"redirect_uris":["https://localhost:7223"]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user