Skip to content

Commit 4707e96

Browse files
committed
feat: move file deployment utilities and add image listing
1 parent ea40fa8 commit 4707e96

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ upload:
4141

4242
.PHONY: upload-flow-charts
4343
upload-flow-charts:
44-
aws s3 sync cpic-support-files/images/flow_chart s3://files.cpicpgx.org/images/flow_chart --profile cpic
44+
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
4549

4650
.PHONY: archive
4751
archive: dump upload

0 commit comments

Comments
 (0)