Skip to content

Commit

Permalink
moved supervisor installation step
Browse files Browse the repository at this point in the history
  • Loading branch information
SaminYaser-work committed Sep 18, 2023
1 parent 7712d01 commit d74abba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/master_agrosmart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ jobs:
- name: Unzip artifact for deployment
run: unzip release.zip

- name: Install Supervisor
run: sudo apt-get install supervisor -y && sudo service supervisor start

- name: 'Deploy to Azure Web App'
uses: azure/webapps-deploy@v2
id: deploy-to-webapp
Expand Down
2 changes: 2 additions & 0 deletions startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ mkdir /home/site/wwwroot/storage/app/public/livewire-tmp
chmod -R 755 /home/site/wwwroot/storage
echo "$(date '+%Y-%m-%d %H:%M:%S') File upload fix applied" >> /home/logs.txt

echo "$(date '+%Y-%m-%d %H:%M:%S') Installing Supervisor" >> /home/logs.txt
apt-get install supervisor -y && service supervisor start

# Laravel config
cd /home/site/wwwroot || exit 1
Expand Down

0 comments on commit d74abba

Please sign in to comment.