Skip to content

Commit

Permalink
Test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher committed Jan 27, 2025
1 parent ab9f096 commit 84a3b58
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,17 @@ on:
- completed

jobs:
deploy:
FTP-Deploy-Action:
name: FTP-Deploy-Action
runs-on: ubuntu-latest

steps:
- run: echo "Second action successfully finished!"
- uses: actions/checkout@v3
with:
fetch-depth: 2
- name: FTP-Deploy-Action
uses: Automattic/[email protected]
with:
ftp-server: ${{ secrets.SFTP_USER }}@sftp.wp.com/wp-content/plugins/custom-plugin/
ftp-username: ${{ secrets.SFTP_USER }}
ftp-password: ${{ secrets.SFTP_PASSWORD }}

0 comments on commit 84a3b58

Please sign in to comment.