File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -110,10 +110,9 @@ deploy-prod:
110
110
quarto render --profile production && aws s3 sync ./_site s3://docs-ci-cd-prod/site/ --delete && aws cloudfront create-invalidation --distribution-id E2I9R40IH01NW3 --paths " /*" --no-cli-pager > /dev/null; \
111
111
fi
112
112
113
- # Deployment to https://docs.validmind.ai/
114
- # TO DO Fix Cloudfront distribution ID
113
+ # Deployment to https://docs-staging.validmind.ai/
115
114
deploy-staging :
116
- @if [ " ` git rev-parse --abbrev-ref HEAD` " != " nrichers/sc-6277/deploy- staging-docs-site-workflow " ]; then \
115
+ @if [ " ` git rev-parse --abbrev-ref HEAD` " != " staging" ]; then \
117
116
echo " You're not on the staging branch, no action taken." ; \
118
117
else \
119
118
echo " \nDeploying staging site ..." ; \
@@ -122,4 +121,4 @@ deploy-staging:
122
121
123
122
# Generate release notes
124
123
release-notes :
125
- @python ../release-scripts/generate_release_objects.py
124
+ @python ../release-scripts/generate_release_objects.py
You can’t perform that action at this time.
0 commit comments