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 302f3a8 commit 79e92c1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/cd-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@ jobs:
deploy:
runs-on: ubuntu-latest

container:
image: ubuntu:latest
options: --privileged

steps:
- name: Install SSH client
run: |
apt-get update
apt-get install -y openssh-client
- name: Run SSH command
run: |
ssh -i ${{ secrets.SSH_KEY }} [email protected] "echo test"

0 comments on commit 79e92c1

Please sign in to comment.