Mise à jour de '.drone.yml'
continuous-integration/drone/push Build is passing Details

master
Kentin BRONGNIART 4 months ago
parent 0d2f809045
commit 63d45df9d4

@ -3,14 +3,14 @@ type: docker
name: deploy-postgresql
steps:
- name: deploy-container-mysql
image: hub.codefirst.iut.uca.fr/celeste.barbosa/codefirst-dockerproxy-clientdrone:latest
# container deployment
- name: deploy-container
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment:
IMAGENAME: hub.codefirst.iut.uca.fr/marc.chevaldonne/tarotscoreur:latest
CONTAINERNAME: mysql
CONTAINERNAME: tarotapi
COMMAND: create
# OVERWRITE: false
PRIVATE: true
OVERWRITE: true
CODEFIRST_CLIENTDRONE_ENV_DB_SERVER:
from_secret: db_server
CODEFIRST_CLIENTDRONE_ENV_DB_USER:

Loading…
Cancel
Save