ci: add Gitea Actions workflow for auto deploy on push to main
Deploy PR-Helper / deploy (push) Failing after 0s
Deploy PR-Helper / deploy (push) Failing after 0s
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
name: Deploy PR-Helper
|
||||
run-name: ${{ gitea.actor }} deployed PR-Helper
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: aliyun
|
||||
steps:
|
||||
- name: Deploy
|
||||
run: cd /root/PR-Helper && bash deploy.sh
|
||||
Reference in New Issue
Block a user