Skip to content

Commit

Permalink
add anyway CI
Browse files Browse the repository at this point in the history
  • Loading branch information
OriHoch committed Jan 25, 2024
1 parent f265930 commit f39ffc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def ssh_init():
data = get_vault_kv_path('projects/iac/docker-server')
hostname = data['hostname']
id_ed25519 = data['id_ed25519']
os.makedirs('/etc/dfc/docker', exist_ok=True)
os.makedirs(ETC_DFC_DOCKER, exist_ok=True)
with open(f'{ETC_DFC_DOCKER}/hostname', 'w') as f:
f.write(hostname)
with open(f'{ETC_DFC_DOCKER}/id_ed25519', 'w') as f:
Expand Down

0 comments on commit f39ffc9

Please sign in to comment.