Browse Source

Update buildAndRelease.yml

Daniel Bohry 1 year ago
parent
commit
81fdef6962
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/buildAndRelease.yml

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

@@ -64,7 +64,7 @@ jobs:
       - name: Deploy to 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: |
@@ -85,4 +85,4 @@ jobs:
           username: ${{ secrets.SERVER_USER }}
           key: ${{ secrets.SSH_PRIVATE_KEY }}
           script: |
-            docker image prune -a -f
+            docker image prune -a -f