Test
This commit is contained in:
32
.drone.yml
32
.drone.yml
@@ -3,7 +3,28 @@ type: docker
|
||||
name: deploy-to-remote
|
||||
|
||||
steps:
|
||||
- name: copy-file-over-ssh
|
||||
steps:
|
||||
- name: display environment variables
|
||||
image: busybox
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
- printenv
|
||||
- name: copy-file-over-scp
|
||||
image: appleboy/drone-scp
|
||||
settings:
|
||||
host: mephis.to
|
||||
username: mephisto
|
||||
port: 22
|
||||
ssh_key:
|
||||
from_secret: ssh-key
|
||||
source:
|
||||
- schedule/schedule.md
|
||||
target: /home/mephisto/cc/content/
|
||||
strip_components: 0
|
||||
overwrite: true
|
||||
known_hosts: |
|
||||
mephis.to ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGLbFtFq1xLwNG8YjKxc46/LQpAnKnZcf0ICq01ZXHfa
|
||||
- name: run hugo
|
||||
image: appleboy/drone-ssh
|
||||
settings:
|
||||
host: mephis.to
|
||||
@@ -11,11 +32,8 @@ steps:
|
||||
port: 22
|
||||
ssh_key:
|
||||
from_secret: ssh-key
|
||||
source: content/schedule/schedule.md
|
||||
target: /home/mephisto/cc/content/schedule/schedule.md
|
||||
known_hosts: |
|
||||
mephis.to ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGLbFtFq1xLwNG8YjKxc46/LQpAnKnZcf0ICq01ZXHfa
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
-main
|
||||
script:
|
||||
- cd /home/mephisto/cc
|
||||
- hugo
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
+++
|
||||
date = '2025-06-12T11:04:04+02:00'
|
||||
draft = true
|
||||
title = 'Artists'
|
||||
+++
|
||||
@@ -1,13 +0,0 @@
|
||||
+++
|
||||
date = '2025-06-12T10:22:51+02:00'
|
||||
draft = false
|
||||
title = 'Chaosclubbing'
|
||||
+++
|
||||
|
||||
## Hello
|
||||
|
||||
Welcome to **Chaos Clubbing**.
|
||||
|
||||
Chaos Clubbing has been incepted in 2025 to provide Information around the DJ and Musician Scene with ties to the Global hacking community.
|
||||
|
||||
We Livestream from Events as well as broadcast Jams and DJ Sessions from individual Persons..
|
||||
@@ -1,5 +0,0 @@
|
||||
+++
|
||||
date = '2025-06-12T11:51:19+02:00'
|
||||
draft = true
|
||||
title = 'Recordings'
|
||||
+++
|
||||
@@ -1,12 +0,0 @@
|
||||
+++
|
||||
draft = false
|
||||
title = 'Socials'
|
||||
+++
|
||||
|
||||
| | |
|
||||
|--------------- | --------------- |
|
||||
| | [Mastodon](https://chaos.social/@clubbing) |
|
||||
| | [#ChaosDJ:entropia.de](https://matrix.to/#/#ChaosDJ:entropia.de) |
|
||||
|
||||
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
+++
|
||||
date = '2025-06-12T10:45:52+02:00'
|
||||
draft = false
|
||||
title = 'Streams'
|
||||
+++
|
||||
|
||||
Everything will always be broadcasted through Mixcloud, depending on the Kind of show the Stream will also be available through Twitch or Youtube.
|
||||
|
||||
| CDN | Link |
|
||||
|---------------- | --------------- |
|
||||
| Mixcloud | [https://mixcloud.com/chaosclubbing](https://mixcloud.com/chaosclubbing) |
|
||||
Reference in New Issue
Block a user