remove old scripts
This commit is contained in:
parent
a801ff1ebb
commit
38b85e9d6e
2 changed files with 0 additions and 19 deletions
11
startall.sh
11
startall.sh
|
@ -1,11 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
script_root="$( dirname $0 )"
|
||||
|
||||
for y in "${script_root}"/*.yml;do
|
||||
by="$(basename $y)"
|
||||
sudo docker-compose -f "${y}" pull
|
||||
sudo docker-compose -f "${y}" -p "${by//.}" up -d
|
||||
done
|
||||
|
||||
sudo docker image prune -f
|
|
@ -1,8 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
cp .env .env_template
|
||||
sed -i 's/=.*/=/' .env_template
|
||||
|
||||
git add .
|
||||
git commit -m "New backup `date +'%Y-%m-%d %H:%M:%S'`"
|
||||
git push
|
Loading…
Add table
Reference in a new issue