mirror of
https://github.com/phfroidmont/self-hosting.git
synced 2025-12-25 21:57:00 +01:00
Migrate to Hetzner cloud
This commit is contained in:
parent
d3c99dad0b
commit
c311cd4f7e
37 changed files with 416 additions and 299 deletions
12
set_environment.sh
Executable file
12
set_environment.sh
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
if [ -z "$1" ]
|
||||
then
|
||||
echo 'You must specify an environment'
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo "$1" > .environment
|
||||
./setup_virtualenv.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue