From c5217b7543380274d886d5a15dad55f33d435927 Mon Sep 17 00:00:00 2001 From: Ben Hays Date: Sun, 22 Oct 2023 22:07:10 -0400 Subject: [PATCH] Add Sensitive Details (temp) --- .gitea/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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