mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-19 20:19:15 +00:00
docs(contributing): ⚡ new section by contributors
docs(contributing): ⚡ new section by contributors
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: BotWhatsapp Build-Test
|
name: 🤪 Build and Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|||||||
2
.github/workflows/contributors.yml
vendored
2
.github/workflows/contributors.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Add contributors
|
name: 🙌 Revisando Colaboradores
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
20
.github/workflows/netlify.yml
vendored
20
.github/workflows/netlify.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: BotWhatsapp Documentation Site
|
name: 📄 Desplegando documentacion
|
||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
@@ -34,9 +34,12 @@ jobs:
|
|||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: documentation-dist
|
name: documentation-dist
|
||||||
path: packages/docs
|
path: |
|
||||||
|
packages/docs/dist
|
||||||
build:
|
packages/docs/netlify.toml
|
||||||
|
packages/docs/.netlify
|
||||||
|
############ DEPLOY ############
|
||||||
|
deploy:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
needs:
|
needs:
|
||||||
- build-documentation
|
- build-documentation
|
||||||
@@ -46,7 +49,10 @@ jobs:
|
|||||||
- uses: actions/download-artifact@v3
|
- uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: documentation-dist
|
name: documentation-dist
|
||||||
path: packages/docs
|
path: |
|
||||||
|
packages/docs/dist
|
||||||
|
packages/docs/netlify.toml
|
||||||
|
packages/docs/.netlify
|
||||||
|
|
||||||
- name: Deploy to Netlify
|
- name: Deploy to Netlify
|
||||||
uses: nwtgck/actions-netlify@v1.2
|
uses: nwtgck/actions-netlify@v1.2
|
||||||
@@ -54,9 +60,7 @@ jobs:
|
|||||||
publish-dir: 'packages/docs/dist'
|
publish-dir: 'packages/docs/dist'
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
deploy-message: 'Deploy from GitHub Actions'
|
deploy-message: 'Deploy from GitHub Actions'
|
||||||
enable-pull-request-comment: false
|
netlify-config-path: 'packages/docs/netlify.toml'
|
||||||
enable-commit-comment: true
|
|
||||||
overwrites-pull-request-comment: true
|
|
||||||
env:
|
env:
|
||||||
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
|
||||||
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
|
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
|
||||||
|
|||||||
2
.github/workflows/releases-dev.yml
vendored
2
.github/workflows/releases-dev.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: BotWhatsapp Releases(DEV)
|
name: 🚀 (DEV) Liberando versiones
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
2
.github/workflows/releases.yml
vendored
2
.github/workflows/releases.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: BotWhatsapp Releases(Prod)
|
name: 🚀⚡ Liberando versiones
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
"build.preview": "vite build --ssr src/entry.preview.tsx",
|
"build.preview": "vite build --ssr src/entry.preview.tsx",
|
||||||
"build.server": "vite build -c adaptors/netlify-edge/vite.config.ts",
|
"build.server": "vite build -c adaptors/netlify-edge/vite.config.ts",
|
||||||
"build.types": "tsc --incremental --noEmit",
|
"build.types": "tsc --incremental --noEmit",
|
||||||
"deploy": "netlify deploy",
|
"deploy": "netlify deploy --prod",
|
||||||
"dev": "vite --host --mode ssr",
|
"dev": "vite --host --mode ssr",
|
||||||
"dev.debug": "node --inspect-brk ./node_modules/vite/bin/vite.js --mode ssr --force",
|
"dev.debug": "node --inspect-brk ./node_modules/vite/bin/vite.js --mode ssr --force",
|
||||||
"fmt": "prettier --write .",
|
"fmt": "prettier --write .",
|
||||||
|
|||||||
Reference in New Issue
Block a user