Skip to content

Commit

Permalink
feat: add a real deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
BdsOliveira committed Feb 20, 2024
1 parent 82b64b3 commit 0519a42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ jobs:
- name: Deploy
run: echo "Deploying to develop environment"

- name: Deploy ${{ vars.SERVER_DIR }}
uses: SamKirkland/FTP-Deploy-Action@master
with:
server: ${{ secrets.FTP_HOST }}
username: ${{ secrets.FTP_USERNAME }}
password: ${{ secrets.FTP_PASSWORD }}
server-dir: ${{ vars.SERVER_DIR }}

deploy-homologacao:
name: Deploy to hmg Enviroment
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0519a42

Please sign in to comment.