Skip to content

Commit

Permalink
Add ignore file for ftp
Browse files Browse the repository at this point in the history
  • Loading branch information
joeke committed Jul 18, 2024
1 parent 9e4dad6 commit 32c93af
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -55,11 +55,12 @@ jobs:
user: ${{ secrets.ssh_username }}
pass: ${{ secrets.ssh_password }}
remoteDir: '/home/pool_joeke_dev/htdocs'
parallel: 2

- name: Run Laravel migrations
uses: appleboy/ssh-action@v1.0.3
with:
host: 141.138.138.119
username: ${{ secrets.ssh_username }}
password: ${{ secrets.ssh_password }}
script: cd ~/domains/pool.joeke.dev && /usr/local/php82/bin/php artisan migrate --force
script: cd /home/pool_joeke_dev/htdocs && php artisan migrate --force
4 changes: 4 additions & 0 deletions .lftp_ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
**/.git*
**/.git*/**
.ddev
node_modules

0 comments on commit 32c93af

Please sign in to comment.