feat: add gitea actions workflow for deploy
All checks were successful
Deploy Gateway / deploy (push) Successful in 1m39s
All checks were successful
Deploy Gateway / deploy (push) Successful in 1m39s
This commit is contained in:
11
.gitea/workflows/deploy.yaml
Normal file
11
.gitea/workflows/deploy.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
name: Deploy Gateway
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
deploy:
|
||||
runs-on: ubuntu
|
||||
steps:
|
||||
- name: Run deploy script
|
||||
run: /home/ubuntu/apps/prd-dap-gateway/deploy.sh
|
||||
Reference in New Issue
Block a user