Browse Source

Update buildAndRelease.yml

Daniel Bohry 1 year ago
parent
commit
454bf916d3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/buildAndRelease.yml

+ 1 - 1
.github/workflows/buildAndRelease.yml

@@ -81,7 +81,7 @@ jobs:
       - name: Clean up Server
         uses: appleboy/ssh-action@master
         with:
-          host: ${{ secrets.SERVER_IP }}
+          host: ${{ secrets.NEPTUNE_SERVER_IP }}
           username: ${{ secrets.SERVER_USER }}
           key: ${{ secrets.SSH_PRIVATE_KEY }}
           script: |