feat: update devbox deploy config
All checks were successful
Publish image / Generate job matrices (push) Successful in 9s
Publish image / create-docker-images (map[name:devbox path:boxes/devbox]) (push) Successful in 2m45s

This commit is contained in:
Alexander Navarro 2024-11-06 19:19:38 -03:00
parent 3f8e44008c
commit 19fbdc6834

View file

@ -1,5 +1,5 @@
[devbox]
image=devbox:latest
image=git.alecodes.page/alecodes/devbox:latest
replace=true
pull=false
@ -8,6 +8,7 @@ unshare_all=true
root=false
start_now=true
additional_packages="git neovim"
additional_packages=""
home="${HOME}/chroots/devbox"
volume="${HOME}/.ssh:${HOME}/chroots/devbox/.ssh"