Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 1bff237

Browse files
changed deploy steps names
1 parent 8c782f5 commit 1bff237

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Install SSH and SCP
5555
run: sudo apt-get update && sudo apt-get install -y openssh-client sshpass
5656

57-
- name: Download env file
57+
- name: Download artifacts
5858
uses: actions/download-artifact@v4
5959
with:
6060
name: build-artifacts
@@ -66,7 +66,7 @@ jobs:
6666
run: |
6767
sshpass -e scp -o StrictHostKeyChecking=no -r ./mc-oauth-all.jar root@${{ secrets.SERVER_IP }}:/home/andcoolsystems/server
6868
69-
- name: Extract build artifacts on server
69+
- name: Deploy to server
7070
env:
7171
SSHPASS: ${{ secrets.ROOT_SSH_PASSWORD }}
7272
run: |

0 commit comments

Comments
 (0)