Skip to content

Commit

Permalink
🐛 usar acción de FTP
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Apr 8, 2024
1 parent 012c225 commit 0b4ae11
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/despliegue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ jobs:
yarn install --frozen-lockfile
yarn build
- name: 🦅 Enviar por SFTP
uses: wangyucode/[email protected]
uses: SamKirkland/[email protected]
with:
host: ${{ secrets.DOMINIO }}
server: ${{ secrets.DOMINIO }}
username: ${{ secrets.USUARIO }}
password: ${{ secrets.CLAVE }}
localDir: 'publico'
remoteDir: '/'
removeExtraFilesOnServer: true
local-dir: './publico'
dangerous-clean-slate: true

0 comments on commit 0b4ae11

Please sign in to comment.