Skip to content

Commit 6629329

Browse files
author
Phil Sturgeon
committed
renamed instances/2019-08-api-city
1 parent daf97da commit 6629329

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
default: deploy
22

33
deploy:
4-
s3cmd sync ./ s3://talks.philsturgeon.uk \
4+
s3cmd sync ./ s3://talks.phil.tech \
55
--delete-removed --follow-symlinks --acl-public \
66
--progress --human-readable-sizes --verbose \
77
--exclude=.git/* \
88
--exclude=node_modules/* \
99
--cache-file=.s3-cache \
10-
--host-bucket=talks.philsturgeon.uk
10+
--host-bucket=talks.phil.tech
1111

1212
wipe-cache:
1313
rm .s3-cache

0 commit comments

Comments
 (0)