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