Skip to content

Commit

Permalink
try deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
r-mauricio committed Jun 20, 2023
1 parent 468e4a2 commit e8bec13
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/ci.yml

This file was deleted.

16 changes: 16 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Deploy via ftp
on: push
jobs:
deploy:
name: Deploy
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: FTP Deploy Locaweb
uses: locaweb/[email protected]
with:
host: ${{ secrets.HOST }}
user: ${{ secrets.USER }}
password: ${{ secrets.PASS }}
localDir: "dist"

0 comments on commit e8bec13

Please sign in to comment.