generated from partypages/party-template
Initial commit
This commit is contained in:
24
.drone.yml
Normal file
24
.drone.yml
Normal 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
|
||||
Reference in New Issue
Block a user