test deploiement 4
continuous-integration/drone/push Build is failing Details

master
Maxime ROCHER 3 weeks ago
parent 2ccd31f1d4
commit 3e36183add

@ -2,6 +2,11 @@ kind: pipeline
type: docker
name: deploy-postgres
environment:
POSTGRES_USER: myuser
POSTGRES_DB: mydatabase
POSTGRES_PASSWORD: mypassword
services:
- name: postgres
image: postgres:15

Loading…
Cancel
Save