👷 update ci

This commit is contained in:
yanyongyu 2021-02-10 13:00:25 +08:00
parent aba18a2f68
commit eeec690e71

View File

@ -49,3 +49,6 @@ jobs:
production-branch: ${{ env.BRANCH_NAME }} production-branch: ${{ env.BRANCH_NAME }}
github-token: ${{ secrets.GITHUB_TOKEN }} github-token: ${{ secrets.GITHUB_TOKEN }}
deploy-message: 'Deploy ${{ env.BRANCH_NAME }}@${{ github.sha }}' deploy-message: 'Deploy ${{ env.BRANCH_NAME }}@${{ github.sha }}'
env:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
NETLIFY_SITE_ID: ${{ secrets.SITE_ID }}