add cd file
This commit is contained in:
parent
4b77494347
commit
e316d4e775
@ -1,5 +1,7 @@
|
||||
{
|
||||
"projects": {},
|
||||
"projects": {
|
||||
"default": "oraichain-dapp"
|
||||
},
|
||||
"targets": {
|
||||
"oraichain-dapp": {
|
||||
"hosting": {
|
||||
|
||||
21
.github/workflows/deploy.yaml
vendored
Normal file
21
.github/workflows/deploy.yaml
vendored
Normal 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"}'
|
||||
Loading…
Reference in New Issue
Block a user