aboutsummaryrefslogtreecommitdiff
path: root/users/fcuny/blog/scripts/deploy.sh (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-10-05ref(fcuny/blog): delete the blogFranck Cuny1-14/+0
The blog moved back to https://github.com/fcuny/fcuny.net
2022-06-10fix(scripts): no need to create tags when deploying to fly.ioFranck Cuny1-8/+2
I don't need tags in this repository. There's no need to create them after a deploy. Before stopping the fly.io agent, checks that we're in the CI environment. Change-Id: I6208b70023c6ae74d58e535e24b44221956dbe63 Reviewed-on: https://cl.fcuny.net/c/world/+/408 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
2022-05-25ref(blog): drop the flake configurationFranck Cuny1-0/+6
There's no need to have multiple `flake.nix` in the repository. Make the blog part of the flake configuration at the root level of the repository, delete the one in the blog, and update the documentation.
2022-05-10deploy: stop the flyctl agent at the endFranck Cuny1-0/+2
I ran into the following issue: ``` The agent failed to start with the following error log: 162022/05/11 02:38:11.375368 srv another instance of the agent is already running ``` I'm not sure this is the right approach, but it's a start.
2022-05-01scripts: actually deploy to flyFranck Cuny1-0/+2
2022-05-01build: slowly moving to nixFranck Cuny1-0/+10
Add a `flake.nix' configuration to pull the required dependencies and run the server. Remove a few targets from the Makefile and move the deployment part to a script.