feat: extend the website promotion check to development

This commit is contained in:
Mangiang 2022-05-06 21:53:09 -04:00
parent 63f325c616
commit 58cb3d65de

View File

@ -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