Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MontiMarti authored Dec 11, 2024
1 parent 1f34c5b commit 29158e3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ jobs:
- name: 📂 Upload to Cpanel
uses: SamKirkland/[email protected]
with:
server: ${{ secrets.FTPS_SERVER }}
username: ${{ secrets.FTPS_USERNAME }}
password: ${{ secrets.FTPS_PASSWORD }}
server: ${{ secrets.FTPS_SERVER }}
username: ${{ secrets.FTPS_USERNAME }}
password: ${{ secrets.FTPS_PASSWORD }}
protocol: ${{ secrets.FTPS_PROTOCOL }}
port: 21
security: "strict"
local-dir: ./build/

0 comments on commit 29158e3

Please sign in to comment.