Immich VM: Initial provision and decommission Immich from Cloud VM #11

Merged
cyclane merged 8 commits from immich-vm into main 2023-09-28 12:44:25 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit d1d3c00931 - Show all commits

View File

@ -11,7 +11,8 @@ on:
- main
env:
DEPLOY: ${{ github.ref == 'refs/heads/main' && ((startsWith(github.event.head_commit.message, '[deploy-all]') && 'all') || ('some')) || 'none' }}
# DEPLOY: ${{ github.ref == 'refs/heads/main' && ((startsWith(github.event.head_commit.message, '[deploy-all]') && 'all') || ('some')) || 'none' }}
DEPLOY: all
jobs:
ansible-playbooks: