Update resume flake
This commit is contained in:
parent
4663400a0c
commit
5c0ff2c436
@ -70,11 +70,11 @@
|
|||||||
"nixpkgs": "nixpkgs_2"
|
"nixpkgs": "nixpkgs_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1695795394,
|
"lastModified": 1706774078,
|
||||||
"narHash": "sha256-wWE5C4vy5zvx1kt84Qv8XCWt1wVRa2InCUdUr9wh3+4=",
|
"narHash": "sha256-MxUwWWM+SWTcdb2H7kMfO97P4UMvDiqf2d0GM6vQlUY=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "1739b2057e836e7f76a0ef06b00e9eb2083429d1",
|
"rev": "b733b58f5331dd3591eb0265d2bcfc13654b0041",
|
||||||
"revCount": 57,
|
"revCount": 60,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "file:///home/greg/code/active/resume"
|
"url": "file:///home/greg/code/active/resume"
|
||||||
},
|
},
|
||||||
|
2
justfile
2
justfile
@ -5,6 +5,8 @@ server := "realname-server.everydayimshuflin.com"
|
|||||||
resume_dir := "/home/greg/code/active/resume"
|
resume_dir := "/home/greg/code/active/resume"
|
||||||
resume_filename := "Greg Shuflin resume.pdf"
|
resume_filename := "Greg Shuflin resume.pdf"
|
||||||
|
|
||||||
|
update-resume:
|
||||||
|
nix flake lock --update-input resume-flake
|
||||||
|
|
||||||
deploy-html:
|
deploy-html:
|
||||||
scp index.html favicon.png style.css self.jpg greg@{{server}}:"/srv/greg.everydayimshuflin.com/"
|
scp index.html favicon.png style.css self.jpg greg@{{server}}:"/srv/greg.everydayimshuflin.com/"
|
||||||
|
Loading…
Reference in New Issue
Block a user