desultd/deploy.sh

11 lines
194 B
Bash
Raw Normal View History

2020-09-11 11:07:28 -05:00
#! /bin/sh
#
# post-deploy.sh
# Copyright (C) 2020 Vintage Salt <rehashedsalt@cock.li>
#
# Distributed under terms of the MIT license.
#
2020-09-11 12:01:01 -05:00
ssh -t salt@desu.ltd sudo git -C /var/www/desultd pull
2020-09-11 11:07:28 -05:00