6 lines
112 B
Bash
Executable File
6 lines
112 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
DEPLOY_DIR=/docker/web-hosts/domains/chuckie.coppertone.tech
|
|
cd
|
|
exec ./deploy.sh
|