From d09abb2362dfc5ad51f04383cd97e3243f05b3d4 Mon Sep 17 00:00:00 2001 From: Kenny Reyes Date: Fri, 8 Nov 2024 11:52:52 +0800 Subject: [PATCH] chore: Update server directory for FTP deployment --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 87cb626..f01a8ea 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -1,6 +1,6 @@ name: FTP Deploy -# on: +on: push: branches: - production # Change this if you want to deploy from a different branch @@ -19,4 +19,4 @@ jobs: username: ${{ secrets.FTPUSERNAME }} # Use secrets for security password: ${{ secrets.FTPPASSWORD }} # Use secrets for security - server-dir: '/rpctech.infinityfreeapp.com/htdocs/' # The directory on the server to deploy to + server-dir: '/htdocs/' # The directory on the server to deploy to