update deploy workflow #6

Merged
linus merged 1 commits from develop into main 2026-02-06 18:43:57 +00:00
Showing only changes of commit 58c70908c6 - Show all commits

View File

@@ -35,6 +35,7 @@ jobs:
# =====================
- name: Deploy to DEV via FTP
if: github.ref == 'refs/heads/develop'
shell: bash
run: |
apt-get update
apt-get install -y lftp
@@ -60,6 +61,7 @@ jobs:
SSH_KEY: ${{ secrets.PROD_SSH_PRIVATE_KEY }}
HOST_WP_ROOT: ${{ secrets.PROD_HOST_WP_ROOT }}
HOST_ABS_PLUGIN_PATH: ${{ secrets.PROD_HOST_ABS_PLUGIN_PATH }}
shell: bash
run: |
set -euo pipefail
apt-get update