You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
420 B
16 lines
420 B
kind: pipeline
|
|
type: docker
|
|
name: deploy-postgresql
|
|
|
|
steps:
|
|
- 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
|
|
|