Skip to content

Commit

Permalink
test correct vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Unischneider committed Oct 24, 2024
1 parent ce76c0c commit 175358c
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Print Repository Variables
run: |
echo "VM_HOST: ${{ vars.VM_HOST }}"
echo "VM_USERNAME: ${{ vars.VM_USERNAME }}"
- name: Test SSH Connection
uses: appleboy/[email protected]
Expand All @@ -30,6 +29,12 @@ jobs:
script: |
echo "SSH connection successful!"
- name: Checkout code
uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

- name: Log in to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 175358c

Please sign in to comment.