1
0
mirror of https://github.com/akpall/akpella.git synced 2026-02-21 08:36:59 +00:00

Makefile: keep postgresql secret

This commit is contained in:
2026-02-11 05:23:36 +02:00
parent e48f702367
commit 40787ae276

View File

@@ -39,6 +39,7 @@ config.json: config.yaml .files-list $(FILES)
--keep-paths '/home/core/caddy/' \ --keep-paths '/home/core/caddy/' \
--keep-paths '/home/core/matrixdotorg-synapse/' \ --keep-paths '/home/core/matrixdotorg-synapse/' \
--keep-paths '/home/core/matrixdotorg-matrix-appservice-irc' \ --keep-paths '/home/core/matrixdotorg-matrix-appservice-irc' \
--keep-paths '/home/core/postgresql/secret' \
--keep-paths '/var/log' && \ --keep-paths '/var/log' && \
ssh -o ControlPath=/tmp/ssh_mux_%h_%p_%r akpella \ ssh -o ControlPath=/tmp/ssh_mux_%h_%p_%r akpella \
sudo systemctl reboot && \ sudo systemctl reboot && \