initial commit
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Sthope 2021-09-09 12:36:12 +02:00
parent 0e2aa4429d
commit e7a1cc1dec
2 changed files with 10 additions and 4 deletions

View File

@ -22,11 +22,11 @@ steps:
image: appleboy/drone-ssh
settings:
host:
from_secret: $${homelab_host}
from_secret: homelab_host
username:
from_secret: $${homelab_user}
from_secret: homelab_user
key:
from_secret: $${ssh_key}
from_secret: ssh_key
host: openssh-server
port: 2222
script:

View File

@ -1,3 +1,9 @@
# [Sthope.dev](https://www.Sthope.dev)
[![Build Status](https://drone.sthope.dev/api/badges/sthope/website/status.svg)](https://drone.sthope.dev/sthope/website)
[![Build Status](https://drone.sthope.dev/api/badges/sthope/website/status.svg)](https://drone.sthope.dev/sthope/website)
Installing Drone-CLI
```
curl -L https://github.com/drone/drone-cli/releases/latest/download/drone_linux_amd64.tar.gz | tar zx;sudo install -t /usr/local/bin drone
```