Skip to content

Commit

Permalink
Merge pull request #5 from di4m0nds/maven-ci-workflow
Browse files Browse the repository at this point in the history
Deployment for Spigot plugin
  • Loading branch information
di4m0nds authored Jan 19, 2024
2 parents f4716e6 + 852fbde commit 88c3a73
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,3 @@ jobs:
with:
java-version: '21'
distribution: 'temurin'

- name: Copy built artifact to Spigot server plugins directory
run: ./target/hologramplugin-1.0.0-SNAPSHOT.jar ../../spigot-server/plugins/HologramPlugin-1.0.0-SNAPSHOT.jar

- name: Restart Spigot server
run: cd ../../spigot-server/ && ./start-spigot.sh

0 comments on commit 88c3a73

Please sign in to comment.