Update .drone.yml
continuous-integration/drone/push Build is passing Details

main
Félix MIELCAREK 12 months ago committed by GitHub
parent 44c8a7d9a8
commit fe7fb73457
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2,9 +2,11 @@ kind: pipeline
type: docker type: docker
name: DB_PIPELINE name: DB_PIPELINE
- name: deploy-container-pgsql
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest steps:
environment: - name: deploy-container-pgsql
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment:
IMAGENAME: postgres:latest IMAGENAME: postgres:latest
CONTAINERNAME: pgsql CONTAINERNAME: pgsql
COMMAND: create COMMAND: create

Loading…
Cancel
Save