Merge pull request 'added scripts to deploy online' (#7) from development_flow into main
Reviewed-on: #7
This commit is contained in:
commit
7bfd9c85bb
10
build.sh
Normal file
10
build.sh
Normal file
@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
script_dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
cd "${script_dir}"
|
||||
|
||||
echo "Website directory: $script_dir"
|
||||
|
||||
rsync -rv --delete ${script_dir}/ root@info.ourworld.tf:~/code/git.ourworld.tf/tfgrid/www_projectmycelium/
|
Loading…
Reference in New Issue
Block a user