add cd file

This commit is contained in:
phutx 2024-07-12 10:37:40 +07:00
parent 4b77494347
commit e316d4e775
No known key found for this signature in database
GPG Key ID: A15E735807B2BD53
3 changed files with 13261 additions and 9362 deletions

View File

@ -1,5 +1,7 @@
{
"projects": {},
"projects": {
"default": "oraichain-dapp"
},
"targets": {
"oraichain-dapp": {
"hosting": {

21
.github/workflows/deploy.yaml vendored Normal file
View File

@ -0,0 +1,21 @@
name: Deploy
on:
push:
branches: [master]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT }}
repository: oraichain/infra
event-type: firebase
client-payload: '{"node_version": 18", "target": "oraichainscan"}'

22598
yarn.lock

File diff suppressed because it is too large Load Diff