updated deployment to confirm to new action runner settings
This commit is contained in:
@@ -31,7 +31,4 @@ jobs:
|
||||
- name: Deploy to Hugo Container
|
||||
run: |
|
||||
apt-get install -y rsync
|
||||
rsync -avz --delete public/ /mnt/hugo/
|
||||
env:
|
||||
HUGO_CONTAINER_PATH: /mnt/hugo/
|
||||
GITEA_RUNNER_MOUNT_PATH: ./hugo/public:/mnt/hugo
|
||||
rsync -avz --delete public/ /mnt/hugo/
|
||||
Reference in New Issue
Block a user