deploy to poweronoff.click
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
steam 2021-09-24 14:14:15 +02:00
parent 5425d9eca8
commit afe58f67a8
2 changed files with 4 additions and 4 deletions

View File

@ -25,10 +25,10 @@ steps:
- name: deploy - name: deploy
image: appleboy/drone-scp image: appleboy/drone-scp
settings: settings:
host: test.poweronoff.click host: poweronoff.click
target: /var/www/test.poweronoff.click target: /var/www/poweronoff.click
source: public/* source: public/*
rm: false rm: true
strip_components: 1 strip_components: 1
username: username:
from_secret: ssh_username from_secret: ssh_username

View File

@ -1,4 +1,4 @@
baseURL: "https://test.poweronoff.click/" baseURL: "https://poweronoff.click/"
title: Agile Führung von Engineering Teams title: Agile Führung von Engineering Teams
paginate: 5 paginate: 5
theme: PaperMod theme: PaperMod