Skip to content

Commit

Permalink
Add site generation to git push
Browse files Browse the repository at this point in the history
  • Loading branch information
ddxv committed Dec 4, 2024
1 parent 15a282c commit 5eb115b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/actions-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
cd $TARGETDIR
pwd
git pull origin main
cd frontend
cd backend
/home/goblin/venvs/app-store-api-env/bin/python make_sitemap.py
cd ../frontend
sudo systemctl enable /home/goblin/app-store-dash/scripts/app-store-api.service
sudo systemctl enable /home/goblin/app-store-dash/scripts/app-store-frontend.service
sudo systemctl daemon-reload
Expand Down

0 comments on commit 5eb115b

Please sign in to comment.