move files to destination
Deploy Hugo Site / Deploy Batch Tools on beta.batch.tools (push) Failing after 47s
Deploy Hugo Site / Deploy Batch Tools on beta.batch.tools (push) Failing after 47s
This commit is contained in:
@@ -25,7 +25,6 @@ jobs:
|
||||
- name: Build Page
|
||||
run: |
|
||||
hugo --minify
|
||||
cd ./public
|
||||
- name: Create SSH keys
|
||||
run: |
|
||||
mkdir -p ~/.ssh/
|
||||
@@ -35,4 +34,7 @@ jobs:
|
||||
- name: Install rsync
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install rsync -y
|
||||
apt-get install rsync -y
|
||||
- name: Move Files
|
||||
run: |
|
||||
rsync --delete ./public/ kossa@docker.kollar.cloud:/opt/docker/volumes/knaeckeboot.eu/
|
||||
Reference in New Issue
Block a user