conductor/.woodpecker.yml
Aravinth Manivannan 6ff3bb7e5c
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: docker container name
2022-11-16 16:14:07 +05:30

25 lines
550 B
YAML

pipeline:
backend:
image: rust
# environment:
# - DATABASE_URL=postgres://postgres:password@database:5432/postgres
commands:
# - make migrate
- make
- make test
publish:
image: plugins/docker
settings:
username: realaravinth
password:
from_secret: DOCKER_TOKEN
repo: realaravinth/librepages-conductor
tags: latest
#services:
# database:
# image: postgres
# environment:
# - POSTGRES_PASSWORD=password