Skip to content

Commit

Permalink
tried appending dockerkey to command
Browse files Browse the repository at this point in the history
  • Loading branch information
KevJimenez committed Feb 2, 2024
1 parent 617c69f commit 1151bec
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 @@ -24,5 +24,5 @@ jobs:
run: sleep 7s

- name: Run Ansible Playbook
run: ansible-playbook -i aws_ec2.yml -e docker_key=${{ secrets.DOCKER_KEY }} playbook.yml
run: ansible-playbook -i aws_ec2.yml playbook.yml -e "docker_key=${{ secrets.DOCKER_KEY }}"
...

0 comments on commit 1151bec

Please sign in to comment.