change push to use tailscale ip

This commit is contained in:
2026-05-11 14:07:30 -06:00
parent bc13e22dfc
commit 4d9b432313
+2 -2
View File
@@ -11,7 +11,7 @@ steps:
settings: settings:
registry: gitea.ewpt3ch.dev registry: gitea.ewpt3ch.dev
repo: ewpt3ch/resume repo: ewpt3ch/resume
tags: tags:
- latest - latest
- ${CI_COMMIT_SHA:0:8} - ${CI_COMMIT_SHA:0:8}
dockerfile: Dockerfile dockerfile: Dockerfile
@@ -32,7 +32,7 @@ steps:
- name: deploy - name: deploy
image: appleboy/drone-scp image: appleboy/drone-scp
settings: settings:
host: ewpt3ch.dev host: 100.72.214.97
username: httpcd username: httpcd
key: key:
from_secret: ssh_deploy_key from_secret: ssh_deploy_key