Skip to content

Commit

Permalink
fix submodule/pipline issue, attempt 3
Browse files Browse the repository at this point in the history
  • Loading branch information
aperijake committed Aug 9, 2024
1 parent 6c7d311 commit 3234183
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-cd-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,12 @@ jobs:
VM_IP: ${{ secrets.VM_IP }}
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Verify ssh connection
run: |
ssh -T -o ConnectTimeout=10 ${{ secrets.VM_USERNAME }}@${{ secrets.VM_IP }} << 'EOF'
echo "SSH connection successful"
EOF
- name: Checkout Code on VM
run: |
ssh -T -o ConnectTimeout=10 ${{ secrets.VM_USERNAME }}@${{ secrets.VM_IP }} << 'EOF'
Expand Down

0 comments on commit 3234183

Please sign in to comment.