The successor to my homepage. Hold on to your butts.
Go to file
2021-12-10 18:44:16 -05:00
cgi-bin Use new reflection page CGI script 2021-11-22 14:09:02 -05:00
public Update resume 2021-12-08 14:35:03 -05:00
t Lil cleanup 2021-12-10 18:44:16 -05:00
templates Pull in latest whoami.cgi; update D.I.E. date for the countdown 2021-11-21 00:37:58 -05:00
.gitignore Implement session cookie 2021-03-12 23:22:50 -05:00
cpanfile Some clean-up and new additions: 2021-06-10 20:41:27 -04:00
Dockerfile Implement the tests 2021-12-10 17:47:47 -05: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 Clean up unnecessary fat commas 2021-06-03 23:56:51 -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