Skip to content

Commit

Permalink
Merge pull request #15 from gaiaresources/PROVES-147/tmpVolume
Browse files Browse the repository at this point in the history
feat: PROVES-147 Add support for deploying the temporary volume
  • Loading branch information
kehh authored May 24, 2024
2 parents 2cdc530 + b684e16 commit 4f386e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/deploy
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ function createDirectories() {
mkdir -p data
mkdir -p log
mkdir -p backups
mkdir -p tmp
}

function linkDirectories() {
Expand All @@ -17,10 +18,12 @@ function linkDirectories() {
rm -rf media
rm -rf import
rm -rf app/log
rm -rf app/tmp
ln -sf $APP_ROOT/vendor .
ln -sf $APP_ROOT/media .
ln -sf $APP_ROOT/import .
ln -sf $APP_ROOT/log app/
ln -sf $APP_ROOT/tmp app/
popd
}

Expand Down

0 comments on commit 4f386e0

Please sign in to comment.