This commit is contained in:
parent
9f5bb8ce9f
commit
ec46bf2884
4 changed files with 29 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
if [ -d "temp-deploy" ]; then
|
||||
rm -rf temp-deploy
|
||||
if [ -d "futter-app" ]; then
|
||||
rm -rf futtern-app
|
||||
fi
|
||||
mkdir temp-deploy
|
||||
cd temp-deploy || return
|
||||
mkdir futtern-app
|
||||
cd futtern-app || return
|
||||
|
||||
pathsToCopy="public bin config migrations src templates composer.json composer.lock symfony.lock .env etc"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue