Skip to content

Commit

Permalink
cicd: 🏗️ fixed pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
T0mAlexander committed Sep 14, 2023
1 parent 3e25921 commit 43f4866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/EC2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Comandos remotos via SSH
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.HOST }}
host: ${{ secrets.REMOTE_HOST }}
username: ${{ secrets.REMOTE_USER }}
key: ${{ secrets.SSH_PRIVATE_KEY }}
port: 22
Expand Down

0 comments on commit 43f4866

Please sign in to comment.