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: steps:
- name: deploy - name: deploy
image: alpine:latest image: alpine:latest
environment:
SSH_PRIVATE_KEY: ${SSH_PRIVATE_KEY}
commands: commands:
# Установка SSH-клиента # Установка SSH-клиента
- apk add --no-cache openssh-client rsync - apk add --no-cache openssh-client rsync
@@ -24,8 +26,6 @@ steps:
# sudo systemctl restart myservice && # sudo systemctl restart myservice &&
# echo '✅ Deploy completed' # echo '✅ Deploy completed'
# " # "
environment:
- SSH_PRIVATE_KEY
when: when:
event: push event: push
branch: main branch: main