upload artifact
Some checks failed
build / deploy (push) Has been cancelled
build / build (push) Has been cancelled

This commit is contained in:
androidlover5842
2026-01-26 17:26:08 +05:30
parent af280ca88c
commit b972563971

View File

@@ -23,10 +23,16 @@ jobs:
- name: Build
run: ./gradlew build -x test --no-daemon --info --stacktrace
- name: Upload jar
uses: actions/upload-artifact@v4
with:
name: trisolarisserver-jar
path: build/libs/*.jar
deploy:
runs-on: ubuntu-latest
needs: build
steps:
- name: Trigger deploy webhook
run: |
curl -sS -X POST http://127.0.0.1:9000/hooks/deploy-trisolarisserver
curl -sS -X POST -H "X-Gitea-Event: push" http://127.0.0.1:9000/hooks/deploy-trisolarisserver