Skip to content

Commit

Permalink
Update FTP server address in deploy-web.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Feb 10, 2024
1 parent 02966c5 commit cadb130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: 📂 Sync files
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
server: ${{ secrets.SERVER_HOST}} # replace with your server
server: ftp.armbian.tech # replace with your server
username: ${{ secrets.SERVER_USERNAME }}
password: ${{ secrets.SERVER_PASSWORD }}
server-dir: public_html/ # replace with your server directory
Expand Down

0 comments on commit cadb130

Please sign in to comment.