File tree Expand file tree Collapse file tree 3 files changed +5
-398
lines changed Expand file tree Collapse file tree 3 files changed +5
-398
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ STAGING_BUCKET=docs-mongodb-org-staging
6
6
PRODUCTION_BUCKET =docs-mongodb-org-prod
7
7
PREFIX =php-library
8
8
9
- .PHONY : help stage fake-deploy deploy
9
+ .PHONY : help publish stage fake-deploy deploy
10
10
11
11
help :
12
12
@echo ' Targets'
18
18
@echo ' Variables'
19
19
@echo ' ARGS - Arguments to pass to mut-publish'
20
20
21
+ publish :
22
+ rsync -a --delete build/php-library/docs/ source/
23
+ giza make publish
24
+
21
25
stage :
22
26
mut-publish build/${GIT_BRANCH} /html ${STAGING_BUCKET} --prefix=${PREFIX} --stage ${ARGS}
23
27
@echo " Hosted at ${STAGING_URL} /${PREFIX} /${USER} /${GIT_BRANCH} /index.html"
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ system:
21
21
- ' sphinx_local.yaml'
22
22
- ' push.yaml'
23
23
- htaccess : ['htaccess.yaml']
24
- - migrations : ' migrations-php.yaml'
25
24
assets :
26
25
- branch : master
27
26
path : build/docs-tools
You can’t perform that action at this time.
0 commit comments