Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
white0dew committed May 30, 2024
1 parent 76d9911 commit e6d3c6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
registry.cn-hongkong.aliyuncs.com/whitedewgit/airblog:${{ github.sha }}
- name: Deploy to server on master branch
if: github.ref == 'refs/heads/master'
if: github.ref == 'refs/heads/main'
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.SERVER_HOST }}
Expand Down

0 comments on commit e6d3c6a

Please sign in to comment.