Skip to content

Commit

Permalink
🚧 Se agrega deploy ingtegración continua
Browse files Browse the repository at this point in the history
  • Loading branch information
KrlitosForever committed Mar 22, 2024
1 parent 568ab52 commit 369e67f
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
on:
push:
branches:
- master
name: 🚀 Deploy Server
jobs:
web-deploy:
name: 🎉 Deploy
runs-on: ubuntu-latest
steps:
- name: 🚚 Get latest code
uses: actions/checkout@v3

- name: SFTP uploader
uses: wangyucode/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
localDir: '.'
remoteDir: ${{ secrets.PATH}}

0 comments on commit 369e67f

Please sign in to comment.