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