Add web app CD
continuous-integration/drone/push Build encountered an error Details

main
Félix MIELCAREK 1 year ago
parent 73401d4316
commit b194c6aaea

@ -45,13 +45,21 @@ steps:
from_secret: SECRET_REGISTRY_USERNAME from_secret: SECRET_REGISTRY_USERNAME
password: password:
from_secret: SECRET_REGISTRY_PASSWORD from_secret: SECRET_REGISTRY_PASSWORD
# environment: - name: deploy-container-webapp
# POSTGRES_USER: image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
# from_secret: db_user environment:
# POSTGRES_PASSWORD: IMAGENAME: hub.codefirst.iut.uca.fr/felix.mielcarek/big-brother:latest
# from_secret: db_password CONTAINERNAME: bigbrotherwebapp
# CLIENT_ID: COMMAND: create
# from_secret: spotify_client_id OVERWRITE: true
# CLIENT_SECRET: POSTGRES_USER:
# from_secret: spotify_client_id from_secret: db_user
POSTGRES_PASSWORD:
from_secret: db_password
POSTGRES_DATABASE:
from_secret: db_database
CLIENT_ID:
from_secret: spotify_client_id
CLIENT_SECRET:
from_secret: spotify_client_id

Loading…
Cancel
Save