Skip to content

Commit a79b76f

Browse files
committed
ci: update deployment workflow to switch to 'ci/deploy-with-docker' branch for pulling latest changes
1 parent c908403 commit a79b76f

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 main
35-
git pull origin main
34+
git checkout ci/deploy-with-docker
35+
git pull origin ci/deploy-with-docker
3636
3737
# Read NODE_VERSION from .nvmrc
3838
export NODE_VERSION=$(cat .nvmrc | sed 's/v//')

0 commit comments

Comments
 (0)