Revert "test actions"

This reverts commit 8f1ad9ad86.
This commit is contained in:
Gleb Koval 2024-03-01 00:24:58 +00:00
parent 8639b533ab
commit 6cbba30f45
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 3 additions and 3 deletions

View File

@ -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:
@ -78,4 +78,4 @@ jobs:
INFISICAL_MONGO_PASSWORD: ${{ secrets.INFISICAL_MONGO_PASSWORD }}
INFISICAL_TOKEN: ${{ secrets.INFISICAL_TOKEN }}
INFISICAL_URL: https://secrets.koval.net
run: ansible-playbook --inventory ./inventory ./infra/photos/0003_immich_playbook.yaml -vvvvv
run: ansible-playbook --inventory ./inventory ${{ steps.playbooks.outputs.to_run }} -vv