deploy test 1

This commit is contained in:
2026-02-01 22:10:11 -07:00
parent 4dbc28b36e
commit 9eafba849f
+12
View File
@@ -26,3 +26,15 @@ steps:
commands: commands:
- python src/main.py - python src/main.py
- name: deploy
image: appleboy/drone-scp
settings:
host: ewpt3ch.dev
username: httpcd
key:
from_secret: ssh_deploy_key
port: 25213
target: /home/httpcd/resume
source: /publish/*
strip_components: 1
rm: false