diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 05d976d..af76109 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -28,4 +28,4 @@ jobs: needs: build steps: - name: Deploy to Server - run: scp public/* ${{ SCP_URL }}:/var/www/html/ \ No newline at end of file + run: scp public/* root:M0dderStella@10.0.1.15:/var/www/html/ \ No newline at end of file