Cloud VM #7
|
@ -11,8 +11,7 @@ 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' }}
|
||||
|
||||
jobs:
|
||||
ansible-playbooks:
|
||||
|
|
Loading…
Reference in New Issue