Skip to content

Commit

Permalink
switch sftp deploy task to another
Browse files Browse the repository at this point in the history
  • Loading branch information
emnbdx committed Aug 16, 2024
1 parent a494e22 commit 964ce7b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,15 @@ jobs:
run: composer validate --no-check-publish && composer install --prefer-dist --no-progress

- name: SFTP Deploy
uses: wlixcc/SFTP-Deploy-Action@v1.2.4
uses: Dylan700/sftp-upload-action@latest
with:
server: ${{ secrets.SFTP_HOST }}
username: ${{ secrets.SFTP_USER }}
password: ${{ secrets.SFTP_PASSWORD }}
remote_path: ./
uploads: |
./ => ./
ignore: |
.git*
composer.*
README.MD

0 comments on commit 964ce7b

Please sign in to comment.