diff options
| author | Xe Iaso <me@xeiaso.net> | 2023-08-11 10:05:02 -0400 |
|---|---|---|
| committer | Xe Iaso <me@xeiaso.net> | 2023-08-11 10:05:02 -0400 |
| commit | c822591c5a46ad9e8f13d14ac96d2e9d26e7c828 (patch) | |
| tree | 70d5a97a396b86706c7593fe435b3d9586e6496b /cmd/robocadey2 | |
| parent | 2b4d36a61e4ccb9815b3b42acecc1fec308a8ed0 (diff) | |
| download | x-c822591c5a46ad9e8f13d14ac96d2e9d26e7c828.tar.xz x-c822591c5a46ad9e8f13d14ac96d2e9d26e7c828.zip | |
cmd/yeet: nix tagged templates
Signed-off-by: Xe Iaso <me@xeiaso.net>
Diffstat (limited to 'cmd/robocadey2')
| -rw-r--r-- | cmd/robocadey2/yeetfile.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmd/robocadey2/yeetfile.js b/cmd/robocadey2/yeetfile.js new file mode 100644 index 0000000..03c5849 --- /dev/null +++ b/cmd/robocadey2/yeetfile.js @@ -0,0 +1,4 @@ +nix.build(".#docker.robocadey2"); +docker.load(); +docker.push("registry.fly.io/xe-robocadey2:latest"); +fly.deploy(); |
