This makes a bundle out of the code in the current deploy. Hopefully this is useful for handoff!
4 lines
92 B
Plaintext
4 lines
92 B
Plaintext
# This builds a tar archive with a copy of our deploy.
|
|
deploy:tar "/tmp/somedeploy.tar" {
|
|
}
|