test drone 5
continuous-integration/drone/push Build is passing Details

master
Maxime ROCHER 4 months ago
parent f7f5af9036
commit 1c97b1a69b

@ -4,7 +4,7 @@ name: deploy-postgresql
steps:
# container deployment
- name: docker-build-and-push
- name: deploy-container-pgsql
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
settings:
IMAGENAME: pgsql:11
@ -20,13 +20,3 @@ steps:
CODEFIRST_CLIENTDRONE_ENV_PGSQL_DATABASE:
from_secret: db_database
- name: deploy-container
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment:
IMAGENAME: hub.codefirst.iut.uca.fr/maxime.rocher/WikiFantasy/WF-Database:latest
CONTAINERNAME: DBWIKIFANTASY
COMMAND: create
OVERWRITE: true
depends_on:
- docker-build-and-push

Loading…
Cancel
Save