Were rolling with it

This commit is contained in:
Timothy Pidashev
2024-03-11 08:54:21 -07:00
parent 47bbbb01fa
commit 1c255069e7
24 changed files with 1134 additions and 2 deletions

View File

@@ -11,6 +11,11 @@ CONTAINER_LANDING_VERSION := "v1.0.0"
CONTAINER_LANDING_LOCATION := "src/landing"
CONTAINER_LANDING_DESCRIPTION := "The landing page for my website."
CONTAINER_ABOUT_NAME := "about"
CONTAINER_ABOUT_VERSION := "v0.0.0"
CONTAINER_ABOUT_LOCATION := "src/about"
CONTAINER_ABOUT_DESCRIPTION := "The about page for my website."
.DEFAULT_GOAL := help
.PHONY: run build push prune bump
.SILENT: run build push prune bump