feat: extend the website promotion check to development

This commit is contained in:
SPT-dev 2023-03-02 21:13:23 -05:00
parent a619189bd1
commit d89faaf9ed

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