-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
55 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Autodeployment Script | ||
|
||
## Usage | ||
|
||
### Starting caddy | ||
Make sure that Caddy is running. If not, run it with `docker compose up caddy` | ||
|
||
### Autodeploy | ||
To run the script, run `python3 -m autodeploy`. This will search | ||
ihr-archive to see if a dump has been pushed in the last week. If | ||
so, a neo4j instance will be deployed using that dump. Alternatively, | ||
running `python3 -m autodeploy [year]-[month]-[day]` will check if | ||
there is a dump in the archive for the specified date and deploy it directly. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters