move gh-pages content to ./frontend

This commit is contained in:
2021-11-17 22:37:37 -05:00
parent b93cec8057
commit 75ac8f27e9
29 changed files with 353 additions and 2 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ test -f "$YOU_ARE_HERE"/container/hdd/hdd.img
# this image is private on DigitalOcean, make sure we're logged in
doctl registry login
docker build -t registry.digitalocean.com/jakejarvis/y2k:latest --no-cache "$YOU_ARE_HERE"
docker push registry.digitalocean.com/jakejarvis/y2k:latest
docker build -t registry.digitalocean.com/jakejarvis/y2k:latest --squash --no-cache "$YOU_ARE_HERE"
# docker push registry.digitalocean.com/jakejarvis/y2k:latest
# on DigitalOcean, old tags need to be purged manually:
# doctl registry garbage-collection start --force --include-untagged-manifests