Skip to content

Commit

Permalink
FTP Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulia Nicola Pernice committed May 12, 2024
1 parent c2c9785 commit 12395db
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,11 @@ jobs:
- name: Verify build
run: ls -la public
- name: Deploying via FTP
uses: SamKirkland/[email protected]
uses: sebastianpopp/ftp-action@releases/v2
with:
server: 164.90.233.208
username: admin_giulianicola
host: 164.90.233.208
user: admin_giulianicola
password: ${{ secrets.SS_FTP }}
port: ${{ secrets.SS_PORT }}
dry-run: true
local-dir: './public/'
server-dir: '/home/nicolapernice.com/public_html/'
options: '--dry-run'
localDir: './public/'
remoteDir: '/home/nicolapernice.com/public_html/'

0 comments on commit 12395db

Please sign in to comment.