Update .gitea/workflows/deploy-demo-plugin.yml
All checks were successful
Deploy Demo Plugin / docker (17, 3.8.5) (push) Successful in 33s
All checks were successful
Deploy Demo Plugin / docker (17, 3.8.5) (push) Successful in 33s
This commit is contained in:
parent
bb9a3044a7
commit
6d3418e16c
@ -39,6 +39,8 @@ jobs:
|
||||
- name: Build Jar
|
||||
run: mvn clean package -q -T4C
|
||||
|
||||
- run: echo "Hello World" > hello.txt
|
||||
|
||||
# Upload the built jar to the
|
||||
# remote server and restart it
|
||||
- name: Upload Jar and Restart Remote Server
|
||||
@ -47,6 +49,6 @@ jobs:
|
||||
panel-host: ${{ secrets.PTERO_URL }}
|
||||
api-key: ${{ secrets.PTERO_API_KEY }}
|
||||
server-id: ${{ secrets.DEMO_SERVER_ID }}
|
||||
source: "jars/DemoSpigotPlugin.jar"
|
||||
source: "hello.txt"
|
||||
target: "./"
|
||||
restart: true # Restart after upload
|
||||
|
Loading…
Reference in New Issue
Block a user