Skip to content

🚧 Se agrega funcion para llamar bot #3

🚧 Se agrega funcion para llamar bot

🚧 Se agrega funcion para llamar bot #3

Workflow file for this run

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}}