update deploy template

This commit is contained in:
Aleksandr Trushkin
2021-01-10 23:31:03 +03:00
parent 2823f12165
commit d19ea39f08
3 changed files with 7 additions and 7 deletions

View File

@ -23,7 +23,7 @@ local step(name, depends=[], commands=[], env={}) = {
commands: commands,
environment: env + {
CARGO_TARGET_DIR: "/cache/target",
APP_NAME: "deploytest",
APP_NAME: app_name,
},
};