11 lines
207 B
Bash
Executable File
11 lines
207 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@www.9iron.club sudo git -C /var/www/www.9iron.club pull
|
|
|