@@ -33,20 +33,20 @@ jobs:
3333 mkdir "release/${{ steps.parse_version.outputs.version }}"
3434 mv release/*.zip "release/${{ steps.parse_version.outputs.version }}"
3535
36- - name : Upload files to Suns
36+ - name : Upload files to server
3737 uses : appleboy/scp-action@master
3838 with :
39- host : suns.spacestation14.com
40- username : robust-build-push
41- key : ${{ secrets.CENTCOMM_ROBUST_BUILDS_PUSH_KEY }}
39+ host : ${{ vars.ENGINE_BUILDS_HOST }}
40+ username : ${{ vars.ENGINE_BUILDS_PUSH_USER }}
41+ key : ${{ secrets.ENGINE_BUILDS_PUSH_KEY }}
4242 source : " release/${{ steps.parse_version.outputs.version }}"
43- target : " /var/lib/robust -builds/builds/"
43+ target : " /var/lib/engine -builds/builds/"
4444 strip_components : 1
4545
4646 - name : Update manifest JSON
4747 uses : appleboy/ssh-action@master
4848 with :
49- host : suns.spacestation14.com
50- username : robust-build-push
51- key : ${{ secrets.CENTCOMM_ROBUST_BUILDS_PUSH_KEY }}
52- script : /home/robust-build-push/push.ps1 ${{ steps.parse_version.outputs.version }}
49+ host : ${{ vars.ENGINE_BUILDS_HOST }}
50+ username : ${{ vars.ENGINE_BUILDS_PUSH_USER }}
51+ key : ${{ secrets.ENGINE_BUILDS_PUSH_KEY }}
52+ script : /home/${{ vars.ENGINE_BUILDS_PUSH_USER }}/engineManifestGenerator/bin/Release/net7.0/ss14ManifestGenerator ${{ steps.parse_version.outputs.version }}
0 commit comments