feat: add gitea actions workflow for deploy
All checks were successful
Deploy Gateway / deploy (push) Successful in 1m39s

This commit is contained in:
윤희준
2026-08-18 13:11:51 +09:00
parent c41e9f2da4
commit 3e0c251488

View 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