Page Update
This commit is contained in:
parent
c8da4b3c34
commit
ee9709e29d
18 changed files with 1027 additions and 1 deletions
14
Makefile
Normal file
14
Makefile
Normal file
|
@ -0,0 +1,14 @@
|
|||
ENGINE=podman
|
||||
|
||||
clean:
|
||||
rm -rf build/
|
||||
|
||||
build:
|
||||
echo "Building webpage"
|
||||
$(ENGINE) run --rm -v "./:/source" liliesh/franky-blag:latest
|
||||
|
||||
publish: clean build
|
||||
git add .
|
||||
git status
|
||||
git commit -m "Page Update $(date +'%F %r')"
|
||||
git push
|
Loading…
Add table
Add a link
Reference in a new issue