mirror of
https://github.com/thegeeklab/drone-yaml.git
synced 2024-11-05 19:10:38 +00:00
20 lines
200 B
Plaintext
20 lines
200 B
Plaintext
|
---
|
||
|
kind: pipeline
|
||
|
name: default
|
||
|
|
||
|
platform:
|
||
|
os: linux
|
||
|
arch: amd64
|
||
|
|
||
|
steps:
|
||
|
- name: redis
|
||
|
pull: always
|
||
|
image: redis:latest
|
||
|
ports:
|
||
|
- 6379
|
||
|
- port: 6379
|
||
|
host: 6379
|
||
|
protocol: TCP
|
||
|
|
||
|
...
|