Upgrade Immich to 1.88 (#15)
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 1m27s
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 1m27s
Immich 1.87 → 1.88 [has breaking changes](https://github.com/immich-app/immich/discussions/5086), so we need an Ansible migration. Reviewed-on: #15
This commit is contained in:
4
.github/workflows/infra.yaml
vendored
4
.github/workflows/infra.yaml
vendored
@@ -11,8 +11,8 @@ on:
|
||||
- main
|
||||
|
||||
env:
|
||||
# DEPLOY: ${{ github.ref == 'refs/heads/main' && ((startsWith(github.event.head_commit.message, '[deploy-all]') && 'all') || ('some')) || 'none' }}
|
||||
DEPLOY: all
|
||||
DEPLOY: ${{ github.ref == 'refs/heads/main' && ((startsWith(github.event.head_commit.message, '[deploy-all]') && 'all') || ('some')) || 'none' }}
|
||||
# DEPLOY: all
|
||||
|
||||
jobs:
|
||||
ansible-playbooks:
|
||||
|
Reference in New Issue
Block a user