Setup deployment via CI #2
@@ -42,16 +42,16 @@ jobs:
|
|||||||
- name: Build website with Hugo
|
- name: Build website with Hugo
|
||||||
run: hugo
|
run: hugo
|
||||||
|
|
||||||
# - name: Copy website to host
|
- name: Copy website to host
|
||||||
# uses: appleboy/scp-action@v0.1.7
|
uses: https://github.com/appleboy/scp-action@v0.1.7
|
||||||
# with:
|
with:
|
||||||
# host: fewo-casa-maria.de
|
host: mehl.mx
|
||||||
# username: fewocm
|
username: maxmehl
|
||||||
# key: ${{ secrets.SSH_KEY }}
|
key: ${{ secrets.SSH_KEY }}
|
||||||
# port: 22
|
port: 22
|
||||||
# timeout: 1m
|
timeout: 1m
|
||||||
# command_timeout: 2m
|
command_timeout: 2m
|
||||||
# target: "/var/www/virtual/fewocm/beta.fewo-casa-maria.de/"
|
target: "/var/www/virtual/maxmehl/html/"
|
||||||
# source: "public/*"
|
source: "public/*"
|
||||||
# rm: true
|
rm: true
|
||||||
# strip_components: 1
|
strip_components: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user