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
|
- name: Build Jar
|
||||||
run: mvn clean package -q -T4C
|
run: mvn clean package -q -T4C
|
||||||
|
|
||||||
|
- run: echo "Hello World" > hello.txt
|
||||||
|
|
||||||
# Upload the built jar to the
|
# Upload the built jar to the
|
||||||
# remote server and restart it
|
# remote server and restart it
|
||||||
- name: Upload Jar and Restart Remote Server
|
- name: Upload Jar and Restart Remote Server
|
||||||
@ -47,6 +49,6 @@ jobs:
|
|||||||
panel-host: ${{ secrets.PTERO_URL }}
|
panel-host: ${{ secrets.PTERO_URL }}
|
||||||
api-key: ${{ secrets.PTERO_API_KEY }}
|
api-key: ${{ secrets.PTERO_API_KEY }}
|
||||||
server-id: ${{ secrets.DEMO_SERVER_ID }}
|
server-id: ${{ secrets.DEMO_SERVER_ID }}
|
||||||
source: "jars/DemoSpigotPlugin.jar"
|
source: "hello.txt"
|
||||||
target: "./"
|
target: "./"
|
||||||
restart: true # Restart after upload
|
restart: true # Restart after upload
|
||||||
|
Loading…
x
Reference in New Issue
Block a user