Skip to content

Commit

Permalink
commented out old code
Browse files Browse the repository at this point in the history
  • Loading branch information
erland-syafiq committed Jun 2, 2024
1 parent 52903b4 commit 7fd1569
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/vtmunc-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Create SSH key file
run: install -m 600 -D /dev/null ~/.ssh/id_rsa
- name: Adding contents of ssh key
run: echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/id_rsa
- name: Adding known hosts
run: echo "${{ secrets.SSH_KNOWN_HOSTS }}" > ~/.ssh/known_hosts
# - name: Connect to SSH instance, pull image and deploy container
# run: |
# ssh -i ~/.ssh/id_rsa -o StrictHostKeyChecking=no [email protected] << 'EOF'
Expand Down

0 comments on commit 7fd1569

Please sign in to comment.