Skip to content

Commit ffe56fe

Browse files
authored
Update build.yml
1 parent 6edbb05 commit ffe56fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ jobs:
7878
port: 22
7979
source: ${{ steps.find_jar.outputs.JAR_NAME }}
8080
target: "/opt/leetstats-api" # This is the WorkingDirectory from our systemd file
81-
rename: "app.jar"
8281

8382
- name: SSH and Restart Service
8483
# This action securely logs into our VM and runs the restart commands
@@ -98,4 +97,4 @@ jobs:
9897
echo "Checking service status..."
9998
sleep 5 # Give the service a moment to start
10099
sudo systemctl status leetstats-api
101-
echo "Deployment complete."
100+
echo "Deployment complete."

0 commit comments

Comments
 (0)