Skip to content

Commit

Permalink
Config to deploy on wallet server
Browse files Browse the repository at this point in the history
  • Loading branch information
mtcnxd committed Oct 29, 2024
1 parent d161f5c commit 7b5aa22
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy to Fortech.mx
name: Deploy to wallet.fortech.mx

on:
push:
Expand All @@ -19,4 +19,4 @@ jobs:
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
local-dir: ./ # Ruta de los archivos en el repositorio
server-dir: /test.fortech.mx/ # Ruta de destino en el servidor
server-dir: /wallet.fortech.mx/ # Ruta de destino en el servidor

0 comments on commit 7b5aa22

Please sign in to comment.