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 ab8f968 commit d8ef3cd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deploy-playbook.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
- name: Deploy rad.io bot
hosts: bot_host
remote_user: bots
vars:
current_databank: '{{ lookup("env", "HOME") }}/private_databank/debug'
current_instance: '{{ lookup("env", "HOME") }}/rad.io-debug'
current_databank: '/home/{{ ansible_user }}/private_databank/debug'
current_instance: '/home/{{ ansible_user }}/rad.io-debug'

tasks:

Expand Down

0 comments on commit d8ef3cd

Please sign in to comment.