@@ -14,18 +14,14 @@ serve-flex-manual:
14
14
build-flex-manual :
15
15
uv run mkdocs build -f $(FLEX_MANUAL_PREFIX ) /mkdocs.yml
16
16
17
- .PHONY : deploy-flex-manual-sandbox
18
- deploy-flex-manual-sandbox :
19
- python deploy_flex_manual.py sandbox $( if $( BRANCH ) , --branch $( BRANCH ) ) $( if $( AWS_PROFILE ) ,--aws-profile $( AWS_PROFILE ) ) $( if $( FLEX_MANUAL_PREFIX ) ,--flex-manual-prefix $( FLEX_MANUAL_PREFIX ) )
17
+ .PHONY : deploy_flex_manual_sandbox
18
+ deploy_flex_manual_production :
19
+ python deploy_flex_manual.py sandbox --branch ${{ env. BRANCH }}
20
20
21
- .PHONY : deploy-flex-manual-staging
22
- deploy-flex-manual-staging :
23
- python deploy_flex_manual.py staging $( if $( BRANCH ) , --branch $( BRANCH ) ) $( if $( AWS_PROFILE ) ,--aws-profile $( AWS_PROFILE ) ) $( if $( FLEX_MANUAL_PREFIX ) ,--flex-manual-prefix $( FLEX_MANUAL_PREFIX ) )
21
+ .PHONY : deploy_flex_manual_staging
22
+ deploy_flex_manual_production :
23
+ python deploy_flex_manual.py staging --branch ${{ env. BRANCH }}
24
24
25
- .PHONY : deploy-flex-manual-production
26
- deploy-flex-manual-production :
27
- python deploy_flex_manual.py production $(if $(BRANCH ) ,--branch $(BRANCH ) ) $(if $(AWS_PROFILE ) ,--aws-profile $(AWS_PROFILE ) ) $(if $(FLEX_MANUAL_PREFIX ) ,--flex-manual-prefix $(FLEX_MANUAL_PREFIX ) )
28
-
29
- # Backward compatibility - defaults to sandbox
30
- # .PHONY: deploy-flex-manual
31
- # deploy-flex-manual: deploy-flex-manual-sandbox
25
+ .PHONY : deploy_flex_manual_production
26
+ deploy_flex_manual_production :
27
+ python deploy_flex_manual.py production --branch ${{ env.BRANCH }}
0 commit comments