Cloud VM: mount data to /var/lib/docker #8

Merged
cyclane merged 3 commits from cloud-vm-data-disk into main 2023-09-26 23:24:08 +00:00
1 changed files with 2 additions and 1 deletions
Showing only changes of commit a0babb5226 - Show all commits

View File

@ -11,7 +11,8 @@ on:
- main - main
env: 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: jobs:
ansible-playbooks: ansible-playbooks: