Skip to content

Switch to PM2 (#403) #6

Switch to PM2 (#403)

Switch to PM2 (#403) #6

Workflow file for this run

name: Release
on:
push:
branches: [main]
jobs:
deploy:
uses: ./.github/workflows/perform-action.yml
with:
action: deploy
secrets: inherit
concurrency:
group: deploy
cancel-in-progress: false