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