Skip to content
This repository was archived by the owner on Oct 24, 2022. It is now read-only.

Commit beaf187

Browse files
chore(cd): update branch name in deploy action
1 parent f15aa69 commit beaf187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
source ~/.nvm/nvm.sh
4040
cd $PROCESS_PATH
4141
pip install --user -U pipenv
42-
git pull origin main --tags
42+
git pull origin master --tags
4343
git checkout $GITHUB_REF
4444
pipenv install
4545
pm2 restart $PROCESS_ID -s

0 commit comments

Comments
 (0)