Skip to content

Show category on wallet #60

Show category on wallet

Show category on wallet #60

Workflow file for this run

name: Deploy to wallet.fortech.mx
on:
push:
branches:
- main
jobs:
ftp-deploy:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Upload to FTP server
uses: SamKirkland/FTP-Deploy-Action@4.3.0
with:
server: ${{ secrets.FTP_HOST }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: ./ # Ruta de los archivos en el repositorio
server-dir: /wallet.fortech.mx/ # Ruta de destino en el servidor