We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6edbb05 commit ffe56feCopy full SHA for ffe56fe
.github/workflows/build.yml
@@ -78,7 +78,6 @@ jobs:
78
port: 22
79
source: ${{ steps.find_jar.outputs.JAR_NAME }}
80
target: "/opt/leetstats-api" # This is the WorkingDirectory from our systemd file
81
- rename: "app.jar"
82
83
- name: SSH and Restart Service
84
# This action securely logs into our VM and runs the restart commands
@@ -98,4 +97,4 @@ jobs:
98
97
echo "Checking service status..."
99
sleep 5 # Give the service a moment to start
100
sudo systemctl status leetstats-api
101
- echo "Deployment complete."
+ echo "Deployment complete."
0 commit comments