Skip to content

Commit

Permalink
Deploy to Latitude
Browse files Browse the repository at this point in the history
  • Loading branch information
obalaribe committed May 30, 2024
1 parent 168cfa3 commit 418ff32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
uses: actions/checkout@v3

- name: ssh key setup
run: echo "${{ secrets.SSH_KEY }}" > key && chmod 600 key && cat key
run: |
echo ${{ secrets.SSH_KEY }} > key && chmod 600 key && cat key
- name: view ansible inventory
working-directory: ansible
Expand Down

0 comments on commit 418ff32

Please sign in to comment.