File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 66
66
env :
67
67
BRANCH : ${{ github.ref_name }}
68
68
steps :
69
+
69
70
- name : Configure AWS Credentials
70
71
uses : aws-actions/configure-aws-credentials@v4
71
72
with :
87
88
run : make build-flex-manual
88
89
- name : Deploy Flex Manual to Staging
89
90
working-directory : ./docs
90
- run : python deploy_flex_manual.py staging --branch ${{ env.BRANCH }}
91
+ run : python deploy_flex_manual.py staging --branch ${{ github.sha }}
91
92
- name : Output URL to Summary
92
93
run : |
93
94
echo "## Flex Manual deployed to staging" >> $GITHUB_STEP_SUMMARY
@@ -123,7 +124,7 @@ jobs:
123
124
run : make build-flex-manual
124
125
- name : Deploy Flex Manual to Production
125
126
working-directory : ./docs
126
- run : python deploy_flex_manual.py production --branch ${{ env.BRANCH }}
127
+ run : python deploy_flex_manual.py production --branch ${{ github.sha }}
127
128
- name : Output URL to Summary
128
129
run : |
129
130
echo "## Flex Manual deployed to production" >> $GITHUB_STEP_SUMMARY
You can’t perform that action at this time.
0 commit comments