simpler descriptions

main
Jonathan Dahan 11 months ago
parent 507638efec
commit 4dcd73a808

@ -16,7 +16,7 @@ do
}
echo "[deploy] building and deploying site"; {
podman-compose up --build deploy
podman-compose run deploy
}
fi
done

@ -1,20 +1,20 @@
# https://jonathan.is
## quickstart
develop
zs serve --debug
build
run
podman compose up --build
podman compose build
deploy
run
neocities push --prune .pub
podman compose up
## continuous integration
deploy - runs a post-receive hook on the remote which pushes to neocities
this will setup a post-receive hook, that does a fresh build + deploy
git push

Loading…
Cancel
Save