2022-10-05 16:09:00 +05:30
|
|
|
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
|
2022-11-16 16:14:07 +05:30
|
|
|
repo: realaravinth/librepages-conductor
|
2022-10-05 16:09:00 +05:30
|
|
|
tags: latest
|
|
|
|
|
|
|
|
#services:
|
|
|
|
# database:
|
|
|
|
# image: postgres
|
|
|
|
# environment:
|
|
|
|
# - POSTGRES_PASSWORD=password
|