Skip to content

Commit

Permalink
update workflow again
Browse files Browse the repository at this point in the history
  • Loading branch information
joeke committed Jul 19, 2024
1 parent afa2634 commit de54ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
steps:
- name: Get latest code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -56,8 +58,6 @@ jobs:
pass: ${{ secrets.ssh_password }}
remoteDir: '/home/pool_joeke_dev/htdocs'
parallel: 6
onlyNewer: true
ignoreFile: '.lftp_ignore'
options: '--verbose'

- name: Run Laravel migrations
Expand Down

0 comments on commit de54ef7

Please sign in to comment.