Skip to content

Commit

Permalink
chore: Update server directory for FTP deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kenny2125 committed Nov 8, 2024
1 parent ec93b7e commit d09abb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: FTP Deploy

# on:
on:
push:
branches:
- production # Change this if you want to deploy from a different branch
Expand All @@ -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

0 comments on commit d09abb2

Please sign in to comment.