Initial commit

This commit is contained in:
partypages
2022-10-10 18:20:26 +02:00
commit e94188f47d
21 changed files with 28705 additions and 0 deletions

24
.drone.yml Normal file
View File

@@ -0,0 +1,24 @@
kind: pipeline
name: default
steps:
- name: build
image: node:alpine
commands:
- npm install
- npm run build
- name: deploy
image: registry.eterna.leafbla.de/pelipper
settings:
ssh_key:
from_secret: rsync_key
source: build/
destination: pelipper@oreburgh.leafbla.de:/srv/docker/party/nginx/html/${DRONE_REPO_NAME}/
trigger:
branch:
- main
image_pull_secrets:
- docker_config