Skip to content

Commit 333bfdc

Browse files
authored
Update deploy.yml
1 parent a8ecd2a commit 333bfdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ jobs:
3737
run: |
3838
scp -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no \
3939
./build/libs/Debug_Visual-0.0.1-SNAPSHOT.jar \
40-
${{ secrets.EC2_USER }}@${{ secrets.EC2_HOST }}:"/home/ec2-user/Zivorp Backend/Debug_Visual-0.0.1-SNAPSHOT.jar"
40+
${{ secrets.EC2_USER }}@${{ secrets.EC2_HOST }}:"/home/ec2-user/Zivorp_Backend/Debug_Visual-0.0.1-SNAPSHOT.jar"
4141
4242
- name: SSH and run deploy script
4343
run: |
44-
ssh ${{ secrets.EC2_USER }}@${{ secrets.EC2_HOST }} "cd ~ && ./deploy.sh"
44+
ssh ${{ secrets.EC2_USER }}@${{ secrets.EC2_HOST }} "cd ~ && ./deploy.sh"

0 commit comments

Comments
 (0)