This commit is contained in:
43
.drone.yml
43
.drone.yml
@@ -1,29 +1,20 @@
|
|||||||
---
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: ssh
|
type: docker
|
||||||
name: Tutorial
|
name: deploy-to-remote
|
||||||
|
|
||||||
server:
|
|
||||||
host: mephis.to
|
|
||||||
user: mephisto
|
|
||||||
ssh_key:
|
|
||||||
from_secret: rsa_key
|
|
||||||
|
|
||||||
clone:
|
|
||||||
disable: false
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clone
|
- name: copy-file-over-ssh
|
||||||
environment:
|
when:
|
||||||
KEY:
|
branch:
|
||||||
from_secret: ssh_key
|
-main
|
||||||
commands:
|
image: appleboy/drone-ssh
|
||||||
- echo "$KEY" > $HOME/.ssh/id_git_rsa
|
settings:
|
||||||
- git clone ssh://git@git.netz.org:222/mephisto/clubbing-content.git /home/mephisto/cc/content
|
host: mephis.to
|
||||||
- git checkout $DRONE_COMMIT
|
username: mephisto
|
||||||
|
port: 22
|
||||||
- name: Show Environment
|
ssh_key:
|
||||||
commands:
|
from_secret: ssh-key
|
||||||
- whoami
|
source: content/schedule/schedule.md
|
||||||
- pwd
|
target: /home/mephisto/cc/content/schedule/schedule.md
|
||||||
- hostname
|
known_hosts: |
|
||||||
|
mephis.to ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGLbFtFq1xLwNG8YjKxc46/LQpAnKnZcf0ICq01ZXHfa
|
||||||
@@ -5,4 +5,4 @@ title = 'Schedule'
|
|||||||
|
|
||||||
| Time | Event | Location | Artist/Set |
|
| Time | Event | Location | Artist/Set |
|
||||||
|------------------- | -------------- | --------------- | -- |
|
|------------------- | -------------- | --------------- | -- |
|
||||||
| 19.06.2025 23:30CEST | GPN23 | ZKM Karlsruhe (Main Floor / Lounge) | Demon Core [mephisto] :: Borderlime |
|
| 19.06.2025 23:30CEST | GPN23 | ZKM Karlsruhe (Main Floor / Lounge) | Demon Core [mephisto] :: TBA |
|
||||||
|
|||||||
Reference in New Issue
Block a user