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 02a27e4 commit d904487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

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

0 comments on commit d904487

Please sign in to comment.