Skip to content

Commit

Permalink
update ga
Browse files Browse the repository at this point in the history
  • Loading branch information
joeke committed Jul 19, 2024
1 parent e7b898b commit d0ee463
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,11 @@ jobs:
- name: Deploy files
uses: SamKirkland/FTP-Deploy-Action@v4.3.4
with:
server: 'sftp://141.138.138.119'
server: 141.138.138.119
username: ${{ secrets.ssh_username }}
password: ${{ secrets.ssh_password }}
server-dir: '/home/pool_joeke_dev/htdocs/'
port: 22
exclude: |
**/.git*
**/.git*/**
Expand Down

0 comments on commit d0ee463

Please sign in to comment.