drone-ci testing
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-15 22:32:06 -04:00
parent 1bc45bcd32
commit 7886ada3ef

View File

@@ -1,16 +1,17 @@
--- ---
kind: pipeline kind: pipeline
name: test name: test
steps:
- name: db-up
image: docker/compose:alpine-1.29.2
environment: 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