using internal host
This commit is contained in:
@@ -7,12 +7,6 @@ platform:
|
|||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
- main
|
- main
|
||||||
steps:
|
|
||||||
- name: dns-lookup-and-ping
|
|
||||||
image: alpine:latest
|
|
||||||
commands:
|
|
||||||
- nslookup homer.chaos
|
|
||||||
- ping -c 3 homer.chaos
|
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: drillster/drone-rsync:latest
|
image: drillster/drone-rsync:latest
|
||||||
@@ -21,9 +15,8 @@ steps:
|
|||||||
hosts:
|
hosts:
|
||||||
- host.containers.internal
|
- host.containers.internal
|
||||||
source: ./
|
source: ./
|
||||||
args: -vvv --progress --delete-excluded
|
args: --delete-excluded
|
||||||
exclude: [ ".git*" ]
|
exclude: [ ".git*" ]
|
||||||
log_level: debug
|
|
||||||
target: /home/podman/.local/share/containers/storage/volumes/homer-assets/_data/
|
target: /home/podman/.local/share/containers/storage/volumes/homer-assets/_data/
|
||||||
user: podman
|
user: podman
|
||||||
key:
|
key:
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
# Homepage configuration
|
# Homepage configuration
|
||||||
# See https://fontawesome.com/v5/search for icons options
|
# See https://fontawesome.com/v5/search for icons options
|
||||||
|
|
||||||
title: "Nummer5"
|
title: "Chaos"
|
||||||
subtitle: "Homer"
|
subtitle: "Homer"
|
||||||
logo: "logo.png"
|
logo: "logo.png"
|
||||||
# icon: "fas fa-skull-crossbones" # Optional icon
|
# icon: "fas fa-skull-crossbones" # Optional icon
|
||||||
|
|||||||
Reference in New Issue
Block a user