drone-ci testing
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Andrei Stoica 2023-05-15 22:32:06 -04:00
parent 1bc45bcd32
commit 7886ada3ef
1 changed files with 7 additions and 6 deletions

View File

@ -1,16 +1,17 @@
--- ---
kind: pipeline kind: pipeline
name: test name: test
environment:
steps:
- name: db-up
image: docker/compose:alpine-1.29.2
environment:
POSTGRES_USER: POSTGRES_USER:
from_secret: TESTING_USER from_secret: TESTING_USER
POSTGRES_PASSWORD: POSTGRES_PASSWORD:
from_secret: TESTING_PASSWORD from_secret: TESTING_PASSWORD
POSTGRES_DB: POSTGRES_DB:
from_secret: TESTING_DB
steps:
- name: db-up
image: docker/compose:alpine-1.29.2
volumes: volumes:
- name: docker_sock - name: docker_sock
path: /var/run/docker.sock path: /var/run/docker.sock