Fix deploy plugin image: use appleboy/drone-ssh
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ekaropolus 2025-05-13 10:38:20 -06:00
parent 9b8c4c1f1d
commit 65e5274e3a

View File

@ -34,7 +34,7 @@ steps:
- echo "✅ Django deploy checks passed" - echo "✅ Django deploy checks passed"
- name: deploy to production server - name: deploy to production server
image: appleboy/ssh image: appleboy/drone-ssh
settings: settings:
host: host:
from_secret: PROD_HOST from_secret: PROD_HOST