next wp syntax update
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2025-09-26 00:28:00 +03:00
parent 82e43cbc31
commit b73584ec25
+2 -2
View File
@@ -1,6 +1,8 @@
steps:
- name: deploy
image: alpine:latest
environment:
SSH_PRIVATE_KEY: ${SSH_PRIVATE_KEY}
commands:
# Установка SSH-клиента
- apk add --no-cache openssh-client rsync
@@ -24,8 +26,6 @@ steps:
# sudo systemctl restart myservice &&
# echo '✅ Deploy completed'
# "
environment:
- SSH_PRIVATE_KEY
when:
event: push
branch: main