Compare commits
No commits in common. "708b0940d44511c974ab950b8657a3fa7c71322b" and "4c7c98bba015d4fe7bf4594d050f30baf388b644" have entirely different histories.
708b0940d4
...
4c7c98bba0
3 changed files with 2 additions and 14 deletions
1
.envrc
1
.envrc
|
|
@ -1 +0,0 @@
|
||||||
use nix
|
|
||||||
4
Makefile
4
Makefile
|
|
@ -1,6 +1,6 @@
|
||||||
.PHONY: deploy
|
.PHONY: deploy
|
||||||
deploy:
|
deploy: fetch_data
|
||||||
rsync -av ./ bert:/srv/www/home.chandlerswift.com/cities/
|
rsync -av ./ zirconium:/var/www/home.chandlerswift.com/cities/
|
||||||
|
|
||||||
.PHONY: fetch_data
|
.PHONY: fetch_data
|
||||||
fetch_data: get_data.py
|
fetch_data: get_data.py
|
||||||
|
|
|
||||||
11
shell.nix
11
shell.nix
|
|
@ -1,11 +0,0 @@
|
||||||
let
|
|
||||||
pkgs = import <nixpkgs> {};
|
|
||||||
in
|
|
||||||
|
|
||||||
pkgs.mkShellNoCC {
|
|
||||||
packages = with pkgs; [
|
|
||||||
gdal
|
|
||||||
python3
|
|
||||||
python311Packages.requests
|
|
||||||
];
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue