Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joeke committed Jul 19, 2024
1 parent b76153e commit 60509e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
host: 141.138.138.119
username: ${{ secrets.ssh_username }}
password: ${{ secrets.ssh_password }}
source: './,!./ddev,!./.git,!./.github,!./node_modules'
source: './,!./.ddev,!./.git,!./.github,!./node_modules'
target: '/home/pool_joeke_dev/htdocs/'

- name: Run Laravel migrations
Expand Down

0 comments on commit 60509e8

Please sign in to comment.