diff options
author | EuAndreh <eu@euandre.org> | 2018-07-05 04:06:04 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-07-05 04:06:04 -0300 |
commit | 13465a968eba6912231c0819419f2bc9f844dc09 (patch) | |
tree | 0d5c0f83e353d480075d411df9622ba6e193d2d2 /scripts | |
parent | Subscribe to DotA Digest (diff) | |
download | dotfiles-13465a968eba6912231c0819419f2bc9f844dc09.tar.gz dotfiles-13465a968eba6912231c0819419f2bc9f844dc09.tar.xz |
Add VPS scripts and configuration
- add scp.sh to cp relevant deployment files;
- add docker-compose.yml (encrypted) and push-receive-redeploy.sh;
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/scp.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/scp.sh b/scripts/scp.sh new file mode 100755 index 0000000..01e5d02 --- /dev/null +++ b/scripts/scp.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +scp "$DOTFILES/encrypted/docker-compose.yml" "$SOVEREIGN/docker-compose.yml" +scp "$DOTFILES/push-receive-redeploy.sh" "$SOVEREIGN/push-receive-redeploy.sh" |