We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc1944e commit ceb1ffbCopy full SHA for ceb1ffb
1 file changed
.github/workflows/deploy.yml
@@ -17,6 +17,6 @@ jobs:
17
pass: ${{ secrets.SSH_PASSWORD }}
18
command: |
19
cd ~/hackertab.dev
20
- git pull origin main
+ git pull origin master
21
yarn install --production
22
yarn build
0 commit comments