Skip to content

Commit

Permalink
check on ssh key
Browse files Browse the repository at this point in the history
  • Loading branch information
RVanhuysseXenit committed Jul 31, 2024
1 parent bcb6c7a commit d0e2a3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/website-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
mkdir -p /home/runner/.ssh/
echo "$RAW_KEY" > /home/runner/.ssh/a2hostingKey
chmod 600 /home/runner/.ssh/a2hostingKey
- run: |
ls -hal /home/runner/.ssh/a2hostingKey
- name: Deploy tar to webhost
env:
GRADLE_OPTS: >-
Expand Down

0 comments on commit d0e2a3f

Please sign in to comment.