remove modification time for now
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
All checks were successful
ci/woodpecker/push/ci Pipeline was successful
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
pipeline:
|
||||
build-and-deploy:
|
||||
image: nixos/nix:latest
|
||||
environment:
|
||||
environment:
|
||||
- TARGET_HOST=weirdnatto.in
|
||||
- TARGET_PORT=22001
|
||||
commands:
|
||||
@@ -14,7 +14,7 @@ pipeline:
|
||||
- mkdir -p ~/.ssh
|
||||
- ssh-keyscan -p $TARGET_PORT $TARGET_HOST >> ~/.ssh/known_hosts
|
||||
- echo "$REMOTE_KEY" | ssh-add -
|
||||
- rsync --checksum -ave "ssh -p $TARGET_PORT"
|
||||
- rsync --checksum -ave "ssh -p $TARGET_PORT"
|
||||
site/* root@$TARGET_HOST:/var/lib/site
|
||||
|
||||
secrets: [ cachix_auth_token, cachix_name, remote_key ]
|
||||
|
@@ -3,7 +3,7 @@ title: I am done with ConcourseCI
|
||||
author: natto
|
||||
tags: ci, devops, concourse
|
||||
published: October 20, 2022
|
||||
modified: October 23, 2022
|
||||
modified: October 24, 2022
|
||||
enabletoc: true
|
||||
---
|
||||
|
||||
|
@@ -141,7 +141,7 @@ postCtx tags =
|
||||
-- <> teaserFieldWithSeparator "((.tease.))" "teaser" "content"
|
||||
<> dateField "date" "%B %e, %Y"
|
||||
<> dateField "altdate" "%Y-%m-%d"
|
||||
<> modificationTimeField "modified" "%B %e, %Y"
|
||||
-- <> modificationTimeFieldWith TimeLocale.knownTimeZones. "modified" "%B %e, %Y"
|
||||
<> teaserField "teaser" "content"
|
||||
<> defaultCtx
|
||||
|
||||
|
Reference in New Issue
Block a user