pixelplanet/utils/synapse/deploy.sh
HF 2bc1aa9591 reorganize routes
add adminapi
remove body-parser in favor of express methods
add id to captchas
add testmodule for matrix-synapse to login with ppfun credentials (just
a test)
2022-01-11 02:05:55 +01:00

5 lines
140 B
Bash
Executable File

#!/bin/bash
scp ./testmodule.py root@pixelplanet:/etc/matrix-synapse/testmodule.py
ssh root@pixelplanet 'systemctl restart matrix-synapse'