File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,7 @@ time zsh build-square.sh && rm -rf build/squares-rgb
43
43
Deploy generally looks like this.
44
44
45
45
``` sh
46
- cp build/wholeSquare.png ~ /Sites/tenthousandsu.com/build/wholeSquare.png
47
- cp build/squarePersonalizations.json ~ /Sites/tenthousandsu.com/build/squarePersonalizations.json
46
+ cp build/wholeSquare.png build/squarePersonalizations.json build/loadedTo.json ~ /Sites/tenthousandsu.com/build
48
47
cp build/metadata/* .json build/metadata/* .svg ~ /Sites/tenthousandsu.com/erc721
49
48
cd ~ /Sites/tenthousandsu.com
50
49
git status # Manually do a sanity check git diff # Manually do a sanity check
Original file line number Diff line number Diff line change @@ -162,4 +162,5 @@ for await (const event of personalized) {
162
162
// Save checkpoint /////////////////////////////////////////////////////////////
163
163
state . startBlock = endBlock ;
164
164
fs . writeFileSync ( "build/squarePersonalizations.json" , JSON . stringify ( state . squarePersonalizations ) ) ;
165
- fs . writeFileSync ( "build/resume.json" , JSON . stringify ( state ) ) ;
165
+ fs . writeFileSync ( "build/resume.json" , JSON . stringify ( state ) ) ;
166
+ fs . writeFileSync ( "build/loadedTo.json" , JSON . stringify ( state . startBlock ) ) ;
You can’t perform that action at this time.
0 commit comments