Skip to content

Commit

Permalink
Update SSH and DEPLOY step in ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
SDE-ADNAN committed Dec 29, 2023
1 parent 8fa9a89 commit 192f0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: SSH and DEPLOY
- name: SSH and DEPLOY to AWS EC2
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
shell: bash
Expand Down

0 comments on commit 192f0a5

Please sign in to comment.