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

refactor: Merged Misc. section of css into Components. #9

refactor: Merged Misc. section of css into Components.

refactor: Merged Misc. section of css into Components. #9

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