Staging - migration to new site builder (#64)

* init commit

* Update config.json

Co-authored-by: amirhouieh <amir@status.im>
This commit is contained in:
amir houieh
2022-06-06 12:53:09 +02:00
committed by GitHub
parent fe3192a205
commit f4b4f332f8
158 changed files with 353 additions and 9679 deletions

View File

@@ -1,24 +0,0 @@
name: Add new issues and PRs to vac-research PM Board
on:
issues:
types: [opened]
pull_request:
types: [opened]
jobs:
add-new-issue-to-new-column:
runs-on: ubuntu-latest
steps:
- uses: alex-page/github-project-automation-plus@v0.6.0
with:
project: vac-research
column: New
repo-token: ${{ secrets.GH_ACTION_PROJECT_MGMT }}
- name: Add pull request to column "Review/QA"
if: ${{ !!github.event.pull_request }}
uses: alex-page/github-project-automation-plus@v0.6.0
with:
project: vac-research
column: Review/QA
repo-token: ${{ secrets.GH_ACTION_PROJECT_MGMT }}

11
.github/workflows/deployment.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
name: Vercel webhook
on: push
jobs:
deployment:
runs-on: ubuntu-latest
steps:
- name: Calling webhook
uses: fjogeleit/http-request-action@v1
with:
url: ${{ secrets.VERCEL_WEBHOOK }}
method: 'POST'