Skip to content

Commit

Permalink
test see the secret
Browse files Browse the repository at this point in the history
  • Loading branch information
the-sabra committed Jul 29, 2024
1 parent 210f827 commit e87ab43
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}

- name: Debug SSH Connection
run: |
ssh -vvv -o "UseDNS=no" -o "StrictHostKeyChecking=no" ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }}
- name : Test secrets
run: echo ${{ secrets.SERVER_USER }}

- name: Test we are connect to the server
run: mkdir generate_with_github_actions

0 comments on commit e87ab43

Please sign in to comment.