desultd/deploy.sh

11 lines
200 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-20 08:36:28 -06:00
ssh -t salt@desu.ltd sudo git -C /var/www/html/desu.ltd pull
2020-09-11 11:07:28 -05:00