Skip to content

Commit

Permalink
Update deploy-playbook.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
2colours authored Feb 29, 2024
1 parent f58e093 commit 34034da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
- name: Deploy rad.io bot
hosts: bot_host
remote_user: bots
current_databank: '{{ lookup('env', 'HOME') }}/private_databank/debug'
current_instance: '{{ lookup('env', 'HOME') }}/rad.io-debug'
current_databank: '{{ lookup("env", "HOME") }}/private_databank/debug'
current_instance: '{{ lookup("env", "HOME") }}/rad.io-debug'

tasks:

Expand Down

0 comments on commit 34034da

Please sign in to comment.