Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
feeohnah authored Nov 29, 2023
1 parent 721234f commit 8fa11e3
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,8 @@ jobs:
with:
fetch-depth: 2
- name: FTP-Deploy-Action
uses: SamKirkland/FTP-Deploy-Action@4.3.3
uses: SamKirkland/FTP-Deploy-Action@3.0.0
with:
server: ftp.leftfieldbrewery.ca
username: [email protected]
password: ${{ secrets.FTP_PASSWORD }}
exclude: |
- wp-content/plugins/*
- wp-content/uploads/*
- wp-content/wp-includes/*
- wp-content/wpflogs/*
- wp-admin/**
- node_modules/**
- node_modules/**/*
- .htaccess
ftp-server: ftp.leftfieldbrewery.ca
ftp-username: [email protected]
ftp-password: ${{ secrets.FTP_PASSWORD }}

0 comments on commit 8fa11e3

Please sign in to comment.