Switch CTA text for Handmade Seattle
This commit is contained in:
parent
8f560de2b6
commit
0f749d8232
|
@ -9,8 +9,8 @@ set -euxo pipefail
|
||||||
# TODO(opensource): We should adapt Asaf's seedfile command and then delete this.
|
# TODO(opensource): We should adapt Asaf's seedfile command and then delete this.
|
||||||
|
|
||||||
THIS_PATH=$(pwd)
|
THIS_PATH=$(pwd)
|
||||||
#BETA_PATH='/mnt/c/Users/bvisn/Developer/handmade/handmade-beta'
|
BETA_PATH='/mnt/c/Users/bvisn/Developer/handmade/handmade-beta'
|
||||||
BETA_PATH='/Users/benvisness/Developer/handmade/handmade-beta'
|
# BETA_PATH='/Users/benvisness/Developer/handmade/handmade-beta'
|
||||||
|
|
||||||
pushd $BETA_PATH
|
pushd $BETA_PATH
|
||||||
docker-compose down -v
|
docker-compose down -v
|
||||||
|
@ -19,5 +19,5 @@ pushd $BETA_PATH
|
||||||
|
|
||||||
docker-compose exec postgres bash -c "psql -U postgres -c \"CREATE ROLE hmn CREATEDB LOGIN PASSWORD 'password';\""
|
docker-compose exec postgres bash -c "psql -U postgres -c \"CREATE ROLE hmn CREATEDB LOGIN PASSWORD 'password';\""
|
||||||
popd
|
popd
|
||||||
#go run src/main.go seedfile local/backups/hmn_pg_dump_live_2021-09-06
|
go run src/main.go seedfile local/backups/hmn_pg_dump_live_2021-11-14
|
||||||
go run src/main.go seedfile local/backups/hmn_pg_dump_live_2021-10-23
|
# go run src/main.go seedfile local/backups/hmn_pg_dump_live_2021-10-23
|
||||||
|
|
|
@ -94,7 +94,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="flex-grow-1"></div>
|
<div class="flex-grow-1"></div>
|
||||||
<div id="hms-learn-more" class="z-1">
|
<div id="hms-learn-more" class="z-1">
|
||||||
Sign up
|
Catch up
|
||||||
<div class="dib svgicon">{{ svg "chevron-right" }}</div>
|
<div class="dib svgicon">{{ svg "chevron-right" }}</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in New Issue