Skip to content

Commit

Permalink
feat: add sync command
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Sep 7, 2023
1 parent 563844b commit ed68369
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ serve-example:
http-server site
.PHONY: serve-example

sync-example: example
aws s3 sync site s3://e84-gadomski-hilary-demo
.PHONY: sync examplte

build/web-png.json: build/colorized.json
goes-meso-visualizer web-png $< $@

Expand Down

0 comments on commit ed68369

Please sign in to comment.