2
0

using internal host

This commit is contained in:
2025-12-10 10:32:19 +01:00
parent 9576e22186
commit e134bc8b6d
2 changed files with 2 additions and 9 deletions

View File

@@ -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:

View File

@@ -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