initial commit for the page

This commit is contained in:
steam
2021-09-17 15:20:18 +02:00
parent f52d2613ea
commit 05bf0238b1
119 changed files with 4738 additions and 1 deletions
+50
View File
@@ -0,0 +1,50 @@
---
kind: pipeline
type: docker
name: build and deploy the poweronoff.click hugo
trigger:
branch:
- master
clone:
disable: true
steps:
- name: clone
image: plugins/git
recursive: true
- name: build
image: plugins/hugo
settings:
hugo_version: 0.87.0
validate: true
buildDrafts: false
buildExpired: false
buildFuture: false
- name: deploy
image: appleboy/drone-scp
settings:
host: test.poweronoff.click
target: /var/www/test.poweronoff.click
source: public/*
rm: false
strip_components: 1
username:
from_secret: ssh_username
password:
from_secret: ssh_password
port:
from_secret: ssh_port
when:
branch:
- master
event:
exclude:
- pull_request
- name: "send telegram notification"
image: appleboy/drone-telegram
settings:
to: 733452136
token: "986857118:AAFN9uAhYl_0WMYUE6hWGPoLArjjBBPxDnM"