Go to file
Daniel Meiburg 5441e9995d
test post-receive
2023-02-12 23:41:33 +01:00
gitea test post-receive 2023-02-12 23:41:33 +01:00
watchtower Add watchtower env 2023-02-12 22:37:04 +01:00
.gitignore Update README 2023-02-11 23:57:05 +01:00
README.md Add post-receive hook 2023-02-12 22:22:49 +01:00
post-receive Improve post-receive 2023-02-12 23:36:01 +01:00

README.md

Container

This project contains my personal docker compose configurations. To use this configuartions the .env files have to be decrypted with the key@dmeiburg.de key

$ gpg -d .env.asc > .env

To encrypt an .env file the following command is used:

$ gpg -ear key@dmeiburg.de .env

Deployment

git remote add dmeiburg ssh://root@dmeiburg.de:/root/git/container.git
git push dmeiburg

Make sure post-receive hook is installed in the bare repository.