Skip to content

Commit

Permalink
Add folder to ftp ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
joeke committed Jul 19, 2024
1 parent de54ef7 commit a440955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ jobs:
user: ${{ secrets.ssh_username }}
pass: ${{ secrets.ssh_password }}
remoteDir: '/home/pool_joeke_dev/htdocs'
parallel: 6
options: '--verbose'

- name: Run Laravel migrations
Expand Down
3 changes: 2 additions & 1 deletion .lftp_ignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.git/
.ddev/
.git/
.github/
node_modules/

0 comments on commit a440955

Please sign in to comment.