Skip to content

Commit

Permalink
Update php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kernel64 authored Sep 30, 2024
1 parent 0def8e8 commit 375ca7f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,24 @@ jobs:

# - name: Run test suite
# run: composer run-script test

# Deploy FTP
- name: Deploy FTP
uses: SamKirkland/FTP-Deploy-Action@4.3.0
with:
ftp-server: ftp://mabslabs.com
ftp-username: ${{ secrets.FTP_USERNAME }}
ftp-password: ${{ secrets.FTP_PASS }}
local-dir: ./
server-dir: /api
excludes: |
.git*
/tests
/.env
/composer.*
/README.md
/config.simple.php
/db
/quotes

0 comments on commit 375ca7f

Please sign in to comment.