cleanup stage

This commit is contained in:
Andreas Neue 2023-10-16 09:30:19 +02:00
parent 21c5d0c58e
commit cb856b1396
2 changed files with 10 additions and 2 deletions

View file

@ -54,6 +54,8 @@ Relying only on GNU Make and simple CLI tools makes deployments robust and still
`mandatory`: Checks if all needed variables are set in config.mk.
`cleanup`: Runs `cleanup.sh` on each remote target, meant to be used to wipe contents of prior installations.
`prepare`: Creates needed directory for the deployment on the target system, sets secure file permissions for `secrets.mk`.
`build`: Calls `build.sh` locally. This is for building purposts, e.g. docker build and push.