Skip to content

Commit

Permalink
ci: 🏗️ updated pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
T0mAlexander committed Sep 14, 2023
1 parent 43f4866 commit f7afd58
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/EC2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ jobs:

EC2:
runs-on: ubuntu-latest

steps:

- name: Baixando o artefato do repositório
uses: actions/download-artifact@v2.1.1
uses: actions/download-artifact@v3.0.0
with:
name: Aplicação Go
- uses: actions/checkout@v3

- name: Deploy no servidor
uses: easingthemes/ssh-deploy@main
with:
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_USER: ${{ secrets.REMOTE_USER }}
Expand Down

0 comments on commit f7afd58

Please sign in to comment.