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
|
x-site-config: &site_matrix
|
||||||
include:
|
include:
|
||||||
- site: "test"
|
- site: "test"
|
||||||
|
|
@ -20,6 +14,12 @@ x-site-config: &site_matrix
|
||||||
# dest: /var/www/amiral
|
# dest: /var/www/amiral
|
||||||
# secret_key: "CONFIG_AMIRAL"
|
# secret_key: "CONFIG_AMIRAL"
|
||||||
|
|
||||||
|
name: Build and deploy all
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue