Skip to content

Commit 6f937f9

Browse files
committed
chore: update deployment workflow to pull from main branch instead of ci/deploy-with-docker
1 parent d4d9ee8 commit 6f937f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
git stash push -m "Auto-deploy $(date)" 2>/dev/null || true
3232
3333
# Pull latest changes
34-
git checkout ci/deploy-with-docker
35-
git pull origin ci/deploy-with-docker
34+
git checkout main
35+
git pull origin main
3636
3737
# Read NODE_VERSION from .nvmrc
3838
export NODE_VERSION=$(cat .nvmrc | sed 's/v//')

0 commit comments

Comments
 (0)