15 lines
274 B
YAML
15 lines
274 B
YAML
pipeline:
|
|
backend:
|
|
image: rust
|
|
commands:
|
|
- make
|
|
- make test
|
|
|
|
publish:
|
|
image: plugins/docker
|
|
settings:
|
|
username: realaravinth
|
|
password:
|
|
from_secret: DOCKER_TOKEN
|
|
repo: realaravinth/librepages-forms
|
|
tags: latest
|