CI fix tentative #10
This commit is contained in:
parent
757894dfc0
commit
99baa88af7
1 changed files with 6 additions and 6 deletions
|
|
@ -1,9 +1,3 @@
|
|||
name: Build and deploy all
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
x-site-config: &site_matrix
|
||||
include:
|
||||
- site: "test"
|
||||
|
|
@ -20,6 +14,12 @@ x-site-config: &site_matrix
|
|||
# dest: /var/www/amiral
|
||||
# secret_key: "CONFIG_AMIRAL"
|
||||
|
||||
name: Build and deploy all
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: docker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue