1
0
Fork 0
vcp-bula-nixfiles/deploy.sh

7 lines
153 B
Bash
Raw Normal View History

2022-07-07 20:07:53 +02:00
#!/usr/bin/env bash
DEPLOY_HOST="nixdeploy.bula22.de"
rsync -r . ${DEPLOY_HOST}:bula-nixfiles/
ssh -tA ${DEPLOY_HOST} "cd bula-nixfiles && colmena $@"