Skip to content

Commit ceb1ffb

Browse files
authored
fix wrong branch name
1 parent fc1944e commit ceb1ffb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
pass: ${{ secrets.SSH_PASSWORD }}
1818
command: |
1919
cd ~/hackertab.dev
20-
git pull origin main
20+
git pull origin master
2121
yarn install --production
2222
yarn build

0 commit comments

Comments
 (0)