@firestone-hs/reference-data 2.0.63 → 2.0.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,8 +3,10 @@
|
|
|
3
3
|
```
|
|
4
4
|
aws s3 cp ./src/hs-achievements.json s3://static.zerotoheroes.com/hearthstone/jsoncards/ --acl public-read
|
|
5
5
|
aws s3 cp ./src/card-backs.json s3://static.zerotoheroes.com/hearthstone/data/ --acl public-read
|
|
6
|
+
|
|
6
7
|
# I now upload to a zipped endpoint from the pipeline
|
|
7
8
|
# aws s3 cp ./src/deck-templates.json s3://static.zerotoheroes.com/hearthstone/data/ --acl public-read
|
|
9
|
+
|
|
8
10
|
aws s3 cp ./src/tavern-brawls.json s3://static.zerotoheroes.com/hearthstone/data/ --acl public-read
|
|
9
11
|
aws s3 cp ./src/mercenaries/ s3://static.zerotoheroes.com/hearthstone/data/mercenaries/ --recursive --acl public-read
|
|
10
12
|
aws s3 cp ./src/cards/ s3://static.zerotoheroes.com/hearthstone/jsoncards/ --recursive --acl public-read
|