The successor to my homepage. Hold on to your butts.
Go to file
2022-05-28 09:49:49 -04:00
cgi-bin New guestbook 2022-01-11 20:59:27 -05:00
public New resume && style tweak 2022-01-05 21:31:31 -05:00
t New guestbook 2022-01-11 20:59:27 -05:00
templates Added new weather widget for Front Royal 2022-05-06 10:20:18 -04:00
.gitignore Implement session cookie 2021-03-12 23:22:50 -05:00
cpanfile New guestbook 2022-01-11 20:59:27 -05:00
Dockerfile This is no longer needed (deprecated MatterMost guestbook CGI script) 2022-05-28 09:43:54 -04:00
LICENSE Fixed LICENSE and un-broke a thing in the guestbook CGI script 2021-05-11 23:05:35 -04:00
README.md Implement the tests 2021-12-10 17:47:47 -05:00
www-swagg.pl Eh, hardcode it for now cuz I'm down and anxious 2022-05-28 09:49:49 -04:00

www2.0

The successor to my homepage. Hold on to your butts.

Building/Testing

Build the container locally

docker build -t www-swagg .

Tests are performed during the build process

Tagging/Pushing

Tag the image

docker tag www-swagg gcr.io/www-swagg/www-swagg

Send it

docker push gcr.io/www-swagg/www-swagg