Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dpschu2 authored Sep 12, 2024
1 parent 69d9d95 commit 8d00960
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
uses: SamKirkland/FTP-Deploy-Action@v4.3.5
with:
server: 107.180.37.105
username: ${{ secrets.FTP_USERNAME_DEAN }}
password: ${{ secrets.FTP_PASSWORD_DEAN }}
username: ${{ secrets.ftp_username }}
password: ${{ secrets.ftp_password }}
server-dir: /deanpschulz.com/

0 comments on commit 8d00960

Please sign in to comment.