Skip to content
This repository was archived by the owner on Mar 18, 2026. It is now read-only.

Commit db25585

Browse files
authored
Merge pull request #284 from X2bee/main
배포
2 parents 7e32366 + 45ddc78 commit db25585

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Deploy Front
33
on:
44
push:
55
branches: [ deploy ]
6-
6+
workflow_dispatch:
77
jobs:
88
deploy:
99
runs-on: self-hosted
@@ -28,4 +28,4 @@ jobs:
2828
npm run build
2929
npm run build:embed
3030
pm2 reload frontend
31-
echo "🚀 Frontend server restarted."
31+
echo "🚀 Frontend server restarted."

0 commit comments

Comments
 (0)