Skip to content

Commit

Permalink
fix: 워크플로우 수정정
Browse files Browse the repository at this point in the history
  • Loading branch information
jjiinaaa authored Jan 1, 2025
2 parents bd67ea8 + 1ee2a41 commit 1f995b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,14 @@ jobs:
echo "[Unit]
Description=UMC 7th Project
After=network.target
StartLimitIntervalSec=60
StartLimitBurst=5
[Service]
User=${USER}
ExecStart=/usr/bin/npm run dev --prefix /opt/app/
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target" | sudo tee /etc/systemd/system/app.service
Expand Down

0 comments on commit 1f995b6

Please sign in to comment.