deploy backup step is now skipable
This commit is contained in:
@@ -23,6 +23,7 @@ jobs:
|
||||
ssh_host: ${{ secrets.SSH_HOST }}
|
||||
|
||||
- name: 📦 Create backup of data/ folder
|
||||
if: ${{ vars.DEPLOY_BACKUP_ENABLED == 'true' }}
|
||||
env:
|
||||
SSHPASS: ${{ secrets.SSH_PASSWORD }}
|
||||
SSH_USERNAME: ${{ secrets.SSH_USERNAME }}
|
||||
|
||||
Reference in New Issue
Block a user