Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

fix: change some members' image paths #25

fix: change some members' image paths

fix: change some members' image paths #25

Workflow file for this run

name: Deploy via ftp
on:
push:
branches:
- "main"
paths:
- "src/**"
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: FTP Deploy Locaweb
uses: locaweb/ftp-deploy@1.0.0
with:
host: ${{ secrets.HOST }}
user: ${{ secrets.USER }}
password: ${{ secrets.PASS }}
localDir: "src"