Skip to content

fix: deploy.yml

fix: deploy.yml #1

Workflow file for this run

name: Call Deploy Workflow
on:
push:
branches:
- develop
jobs:
trigger-deploy:
runs-on: ubuntu-latest
steps:
- name: Trigger Deploy Workflow in Another Repo
uses: peter-evans/repository-dispatch@v2
with:
token: ${{ secrets.GIT_ACCESS_TOKEN }}
repository: team-b1nd/dodam-web-deploy-config
event-type: trigger-deploy
client-payload: |
{
"build_command": "npm run build",
"source_directory": "./build",
"destination_directory": "/dodam/myinfo"
}