engine: resources: Add an archiving, deploy resource

This makes a bundle out of the code in the current deploy. Hopefully
this is useful for handoff!
This commit is contained in:
James Shubin
2024-10-13 16:44:23 -04:00
parent a8c8f09aa3
commit d3a7cefcc6
2 changed files with 529 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# This builds a tar archive with a copy of our deploy.
deploy:tar "/tmp/somedeploy.tar" {
}