mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
13 lines
250 B
YAML
13 lines
250 B
YAML
|
kind: pipeline
|
||
|
name: application
|
||
|
steps:
|
||
|
- name: build-app
|
||
|
image: plugins/docker
|
||
|
settings:
|
||
|
repo: platyplus/authentication
|
||
|
tags: latest
|
||
|
username:
|
||
|
from_secret: DH_USER
|
||
|
password:
|
||
|
from_secret: DH_PASSWORD
|