make meetings

This commit is contained in:
2023-12-22 21:45:30 +03:00
commit a0a857fd9b
12 changed files with 968 additions and 0 deletions

View 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'

View File

@ -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"]
}
}