feat: extend the website promotion check to development
This commit is contained in:
parent
a619189bd1
commit
d89faaf9ed
@ -127,7 +127,9 @@ trigger:
|
||||
event:
|
||||
- promote
|
||||
branch:
|
||||
- development
|
||||
- main
|
||||
- master
|
||||
|
||||
steps:
|
||||
- name: check website ansible syntax
|
||||
@ -137,6 +139,8 @@ steps:
|
||||
inventory: ./.ansible-website/inventory
|
||||
galaxy: ./.ansible-website/requirements.yml
|
||||
syntax_check: true
|
||||
branch:
|
||||
- development
|
||||
target:
|
||||
- website-check
|
||||
- website
|
||||
@ -159,6 +163,8 @@ steps:
|
||||
from_secret: deploy_user_group
|
||||
SPT_WEBSITE_PATH:
|
||||
from_secret: website_deploy_path
|
||||
branch:
|
||||
- development
|
||||
target:
|
||||
- website-check
|
||||
|
||||
@ -179,5 +185,8 @@ steps:
|
||||
from_secret: deploy_user_group
|
||||
SPT_WEBSITE_PATH:
|
||||
from_secret: website_deploy_path
|
||||
branch:
|
||||
- main
|
||||
- master
|
||||
target:
|
||||
- website
|
||||
|
Loading…
x
Reference in New Issue
Block a user