desultd/deploy.sh

11 lines
195 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-12-31 19:27:49 -06:00
ssh -t salt@desu.ltd sudo git -C /var/www/desu.ltd pull
2020-09-11 11:07:28 -05:00