Playground/.drone.yml

26 lines
431 B
YAML
Raw Normal View History

2020-05-20 22:21:19 +00:00
kind: pipeline
2020-12-05 23:29:38 +00:00
type: docker
2020-05-20 22:21:19 +00:00
name: default
2020-12-05 23:29:38 +00:00
platform:
os: linux
arch: amd64
2020-05-20 22:21:19 +00:00
steps:
2020-12-15 22:20:19 +00:00
- name: build and deploy
image: plugins/docker
settings:
2020-12-17 01:18:35 +00:00
repo: registry.saces.eu/foobar
2020-12-15 22:20:19 +00:00
dockerfile: hello/Dockerfile
registry: registry.saces.eu
2020-12-17 01:18:35 +00:00
# username:
# from_secret: registreu_user
# password:
# from_secret: registreu_spassword
2020-12-15 22:20:19 +00:00
- name: pull and run
2020-12-17 01:18:35 +00:00
image: registry.saces.eu/foobar
2020-12-05 23:29:38 +00:00
node:
saces: saces