mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 19:49:16 +00:00
ci: 🎨 added new yml for deplooy netlify
This commit is contained in:
11
.github/workflows/netlify.yml
vendored
11
.github/workflows/netlify.yml
vendored
@@ -1,14 +1,9 @@
|
||||
name: 📄 Desplegando documentacion
|
||||
name: 📄 (PROD) Desplegando documentacion
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- 'feat/docs-**'
|
||||
- 'fix/docs-**'
|
||||
push:
|
||||
branches:
|
||||
- 'feat/docs-**'
|
||||
- 'fix/docs-**'
|
||||
- next-release
|
||||
|
||||
jobs:
|
||||
############ DOCUMENTATION BUILD ############
|
||||
@@ -43,4 +38,4 @@ jobs:
|
||||
- name: Build and Deploy
|
||||
run: |
|
||||
cd packages/docs
|
||||
netlify deploy --build --site ${{ secrets.NETLIFY_SITE_ID }} --auth ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
||||
netlify deploy --prod --build --site ${{ secrets.NETLIFY_SITE_ID }} --auth ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user