deploy to root user (#30)
All checks were successful
Game Ideas deploy / build-test-deploy (push) Successful in 1m30s

Reviewed-on: #30
Co-authored-by: egamorf76 <maxime.adler76@gmail.com>
Co-committed-by: egamorf76 <maxime.adler76@gmail.com>
This commit was merged in pull request #30.
This commit is contained in:
2025-04-28 20:16:51 +02:00
committed by Egamorf
parent ebb831d741
commit c12e31dfeb
2 changed files with 6 additions and 8 deletions

View File

@@ -44,7 +44,7 @@ jobs:
password: ${{ secrets.DEV_PASSWORD }}
port: ${{ secrets.DEV_PORT }}
source: "./api/*"
target: "/home/gameideas"
target: "/var/www/"
- name: Copy Blazor App to Server
uses: appleboy/scp-action@v1
@@ -63,4 +63,4 @@ jobs:
username: ${{ secrets.DEV_USERNAME }}
password: ${{ secrets.DEV_PASSWORD }}
port: ${{ secrets.DEV_PORT }}
script: bash ./update-api.sh
script: systemctl restart gameideas.service