Skip to content

Commit

Permalink
Use systemctl enable
Browse files Browse the repository at this point in the history
  • Loading branch information
ddxv committed Oct 21, 2023
1 parent dbb4ed1 commit a0a3b7a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ jobs:
pwd
git pull origin main
cd frontend
sudo ln -s scripts/app-store-api.service /etc/systemd/system/app-store-api.service
sudo ln -s scripts/app-store-frontend.socket /etc/systemd/system/app-store-frontend.socket
sudo ln -s scripts/app-store-frontend.service /etc/systemd/system/app-store-frontend.service
sudo systemctl enable /home/ubuntu/app-store-dash/scripts/app-store-api.service
sudo systemctl enable /home/ubuntu/app-store-dash/scripts/app-store-frontend.socket
sudo systemctl enable /home/ubuntu/app-store-dash/scripts/app-store-frontend.service
sudo systemctl daemon-reload
sudo systemctl restart app-store-api
npm run build
Expand Down

0 comments on commit a0a3b7a

Please sign in to comment.