Skip to content

Commit

Permalink
Add a windows supported flyctl script
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedran Mandic committed Jan 28, 2024
1 parent e2b2f3a commit 0b815ce
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"docker:run": "docker run --rm --env-file .env -p 8080:8080 -p 8082:8082 --name tris vmandic/tris",
"docker:stop": "docker stop tris",
"docker:update:amd": "yarn docker:build:amd && yarn docker:push",
"fly": "yarn docker:build:amd && yarn docker:push && fly deploy"
"fly": "yarn docker:update:amd && fly deploy",
"flyctl": "yarn docker:update:amd && flyctl deploy"
},
"type": "module",
"keywords": [],
Expand Down

0 comments on commit 0b815ce

Please sign in to comment.