Skip to content

Commit

Permalink
OH MIGHTY GITHUB ACTION, HEAR MY PLEA
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo-XIV committed Mar 4, 2024
1 parent 287f4db commit 69676c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playbooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Create secret files
run: |
echo ${{secrets.AUTH_SECRET}} > ./auth_secret && \
echo ${{secrets.GITHUB_CLIENT_ID}} > ./github_client_id && \
echo ${{secrets.GITHUB_CLIENT_SECRET}} > ./github_client_secret
echo ${{secrets.CLIENT_ID}} > ./github_client_id && \
echo ${{secrets.CLIENT_SECRET}} > ./github_client_secret
- name: Deploy Service
run: ansible-playbook -i inventory.yml service.yml

0 comments on commit 69676c3

Please sign in to comment.