Skip to content

Commit

Permalink
Appleboy typo
Browse files Browse the repository at this point in the history
  • Loading branch information
erland-syafiq committed Jun 2, 2024
1 parent 7fd1569 commit 12d32cc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/vtmunc-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ 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 All @@ -30,7 +36,7 @@ jobs:
# docker run -d -p 8080:8080 --name vtmunc vtmunc/vtmunc
# EOF
- name: Connect to ssh instance, pull image and deploy container
run: appleboy/[email protected]
uses: appleboy/[email protected]
with:
host: vtmunc.org
username: webapp
Expand Down

0 comments on commit 12d32cc

Please sign in to comment.