11 lines
196 B
Bash
11 lines
196 B
Bash
|
#! /bin/sh
|
||
|
#
|
||
|
# post-deploy.sh
|
||
|
# Copyright (C) 2020 Vintage Salt <rehashedsalt@cock.li>
|
||
|
#
|
||
|
# Distributed under terms of the MIT license.
|
||
|
#
|
||
|
|
||
|
ssh -t salt@www.9iron.club sudo git -C /var/www/www pull
|
||
|
|