first commit

This commit is contained in:
diocloid 2020-04-19 10:40:16 +02:00
commit 9ed85c5f87
2 changed files with 41 additions and 0 deletions

39
.drone.yml Normal file
View File

@ -0,0 +1,39 @@
kind: pipeline
type: docker
name: docker
platform:
os: linux
arch: arm64
steps:
- name: greeting
image: alpine:latest
commands:
- echo hello
- echo world
---
kind: pipeline
type: ssh
name: ssh
platform:
os: linux
arch: arm64
server:
host:
from_secret: host
user:
from_secret: user
password:
from_secret: password
steps:
- name: greeting
commands:
- whoami

2
README.md Normal file
View File

@ -0,0 +1,2 @@
This is a repository for spoons and knifes.
All there's missing is a fork.