Skip to content

Commit bf210ba

Browse files
committedAug 2, 2024
so dope, no need to spin up containers manually
1 parent 042c92b commit bf210ba

File tree

2 files changed

+3
-11
lines changed

2 files changed

+3
-11
lines changed
 

‎docker/scripts/kasm.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

‎terraform/kasm.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ resource "proxmox_virtual_environment_vm" "Kasm" {
6262

6363
provisioner "remote-exec" {
6464
inline = [
65-
"sudo bash /home/mafyuh/iac/docker/scripts/kasm.sh"
65+
"cd /home/mafyuh/iac/docker/kasm",
66+
"git pull",
67+
"docker compose up -d"
6668
]
6769
connection {
6870
type = "ssh"

0 commit comments

Comments
 (0)
Please sign in to comment.