We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea40fa8 commit 4707e96Copy full SHA for 4707e96
1 file changed
Makefile
@@ -41,7 +41,11 @@ upload:
41
42
.PHONY: upload-flow-charts
43
upload-flow-charts:
44
- aws s3 sync cpic-support-files/images/flow_chart s3://files.cpicpgx.org/images/flow_chart --profile cpic
+ aws s3 sync cpic-support-files/images/flow_chart s3://files.cpicpgx.org/images/flow_chart --exclude="*.DS_Store" --profile cpic
45
+
46
+.PHONY: upload-publications
47
+upload-publications:
48
+ aws s3 sync cpic-support-files/publication s3://files.cpicpgx.org/data/guideline/publication --exclude="*.md" --exclude="*.sh" --exclude=".git/*" --exclude=".idea/*" --exclude="*.DS_Store" --exclude=".gitignore" --profile cpic
49
50
.PHONY: archive
51
archive: dump upload
0 commit comments