Fix CI
continuous-integration/drone/push Build is passing Details

main
Félix MIELCAREK 11 months ago
parent b194c6aaea
commit 972ffa821a

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

Loading…
Cancel
Save