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

Merge pull request #12 from frc9611/dev #18

Merge pull request #12 from frc9611/dev

Merge pull request #12 from frc9611/dev #18

Workflow file for this run

name: Deploy via ftp
on:
push:
branches:
- 'main'
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"