Skip to content

Commit

Permalink
adds ssh logic
Browse files Browse the repository at this point in the history
  • Loading branch information
sdwalker62 committed May 6, 2024
1 parent e0ebeaa commit e536536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/production-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Set up SSH
run: |
mkdir -p ~/.ssh/
echo "$SSH_PRIVATE_KEY" > ./id_ed25519
sudo chmod 600 ./id_ed25519
echo "$SSH_PRIVATE_KEY" > ~/.ssh/id_ed25519
sudo chmod 600 ~/.ssh/id_ed25519
echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
shell: bash
env:
Expand Down

0 comments on commit e536536

Please sign in to comment.