Skip to content

Update redploy-to-server.yml #3

Update redploy-to-server.yml

Update redploy-to-server.yml #3

name: Redeploy Backend to ensure that zen package is up-to-date!
on:
push:
branches:
- main
workflow_dispatch:
jobs:
triggering:
name: Deploy Backend
runs-on: ubuntu-latest
steps:
- name: Deploy Stage
uses: actions/github-script@v6
with:
script: |
await github.rest.actions.createWorkflowDispatch({
'zenlang-rs',
'backend',
'workflows/deploy.yml',
'main',
});