updated secrets
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
JP100099 2025-07-11 22:29:35 +02:00
parent 724afd2799
commit 22f926142d

View file

@ -6,20 +6,16 @@ steps:
- name: deploy
image: appleboy/drone-scp
settings:
host: ${SERVER_HOST}
username: ${SERVER_USER}
port: ${SERVER_PORT}
host:
from_secret: server_host
username:
from_secret: server_user
port:
from_secret: server_port
key:
from_secret: ssh_key
source:
- "*.html"
- css/*
- img/*
target: ~/oldrabbittown/src
environment:
SERVER_HOST:
from_secret: server_host
SERVER_USER:
from_secret: server_user
SERVER_PORT:
from_secret: server_port
target: ~/oldrabbittown/src