Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rromanchuk committed Nov 25, 2024
1 parent 0da529e commit 31fe819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy_scripts/after_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ eval "$(shdotenv -e ${HOME}/.env)"
cd /var/www/romanch.uk/codedeploy
ln -s /home/ubuntu/assets public/assets


ln -s /home/ubuntu/storage storage
ln -s /home/ubuntu/tmp tmp
ln -s /home/ubuntu/log log
ln -s /home/ubuntu/node_modules node_modules
Expand Down
1 change: 1 addition & 0 deletions deploy_scripts/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ mkdir -p /home/ubuntu/shared_bundle
mkdir -p /home/ubuntu/assets
mkdir -p /home/ubuntu/node_modules
mkdir -p /home/ubuntu/log
mkdir -p /home/ubuntu/storage
mkdir -p /home/ubuntu/tmp/sockets
sudo chown -R ubuntu:ubuntu /home/ubuntu/tmp/

Expand Down

0 comments on commit 31fe819

Please sign in to comment.