.gitea/workflows/deploy.yml を追加
All checks were successful
Deploy so-manager (auto) / deploy (push) Successful in 3s
All checks were successful
Deploy so-manager (auto) / deploy (push) Successful in 3s
ドメインso-manager-dev.comを自動反映するため
This commit is contained in:
commit
56444b43e5
14
.gitea/workflows/deploy.yml
Normal file
14
.gitea/workflows/deploy.yml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
name: Deploy so-manager (auto)
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches: [ "main" ]
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: [ "native" ]
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Deploy to server
|
||||||
|
run: /usr/local/bin/deploy_so.sh
|
||||||
Loading…
Reference in New Issue
Block a user