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

pull/4/head
Lucas EVARD 2 years ago
parent ee79cbaba0
commit 483f93ee95

@ -25,10 +25,26 @@ trigger:
- push - push
steps: steps:
#- name: hadolint - name: hadolint
# image: hadolint/hadolint:latest-alpine image: hadolint/hadolint:latest-alpine
#commands: commands:
# - hadolint Sources/Dockerfile - hadolint Sources/Dockerfile
- name: deploy-container-postgres
image: hub.codefirst.iut.uca.fr/thomas.bellembois/codefirst-dockerproxy-clientdrone:latest
environment:
IMAGENAME: postgres:latest
CONTAINERNAME: postgresapi
COMMAND: create
OVERWRITE: false
PRIVATE: false
ADMINS: lucasevard,emrekartal,arthurvalin,lucasdelanier
CODEFIRST_CLIENTDRONE_ENV_POSTGRES_PASSWORD:
from_secret: db_root_password
CODEFIRST_CLIENTDRONE_ENV_POSTGRES_DB:
from_secret: db_database
CODEFIRST_CLIENTDRONE_ENV_POSTGRES_USER:
from_secret: db_user
- name: docker-image - name: docker-image
image: plugins/docker image: plugins/docker

Loading…
Cancel
Save