mirror of
https://github.com/henry4682/linebot_finance.git
synced 2026-05-16 04:41:52 +00:00
testing gitea deploy
This commit is contained in:
15
.gitea/workflows/deploy.yaml
Normal file
15
.gitea/workflows/deploy.yaml
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
name: Oracle-Deploy
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
jobs:
|
||||||
|
redeploy:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Deploy
|
||||||
|
run: |
|
||||||
|
git config --global --add safe.directory /home/ubuntu/apps/linebot_finance
|
||||||
|
cd /home/ubuntu/apps/linebot_finance
|
||||||
|
git pull
|
||||||
|
docker compose up -d
|
||||||
Reference in New Issue
Block a user