Skip to content

Commit

Permalink
Update backend-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizyHub committed Jun 6, 2024
1 parent d586013 commit eee1931
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backend-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: "backend-docker-build"
on:
push:
branches: [ "dev-be" ]
workflow_dispatch: # ์ˆ˜๋™ ํŠธ๋ฆฌ๊ฑฐ๋ฅผ ์œ„ํ•œ ์„ค์ •

jobs:
build:
Expand Down Expand Up @@ -128,4 +129,4 @@ jobs:
else
sed -i 's/8081/8080/' /etc/nginx/sites-available/default
fi
sudo nginx -s reload
sudo nginx -s reload

0 comments on commit eee1931

Please sign in to comment.