ci(ga): reuse build artifact in netlify step

This commit is contained in:
Ming Di Leom 2022-03-14 21:04:33 +00:00
parent 29c2f8a8c5
commit 8b53928e1e
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 0 additions and 2 deletions

View File

@ -54,8 +54,6 @@ jobs:
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
if: ${{ env.NETLIFY_SITE_ID != 0 && env.GITLAB_STATUS == 'down' }}
run: |
npm install
npm install netlify-cli -g
netlify --telemetry-disable
npm run build
netlify deploy --dir=public --prod