Skip to content

Commit

Permalink
Update cd-branch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Chengming-Li authored Apr 5, 2024
1 parent f8e9ba5 commit 3d6f010
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
options: --privileged

steps:
- name: Install OpenSSH client
run: |
sudo apt-get update
sudo apt-get install -y openssh-client
- name: SSH into server
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_KEY }}
Expand Down

0 comments on commit 3d6f010

Please sign in to comment.