Skip to content

Commit

Permalink
feat: draft 4 of the nix reproducible talk
Browse files Browse the repository at this point in the history
  • Loading branch information
hmajid2301 committed Apr 9, 2024
1 parent 1791ceb commit f278691
Show file tree
Hide file tree
Showing 21 changed files with 608 additions and 561 deletions.
26 changes: 26 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
stages:
- pre
- deploy
- test

include:
- 'https://gitlab.com/Cynerd/gitlab-ci-nix/-/raw/master/template.yml'

# .task:
# stage: test
# extends: .nix
# only:
# - merge_request
#
# install:deps:
# stage: pre
# extends: .nix
# only:
# - merge_request
# script:
# - nix develop
#
# check:og:
# extends:
# - .task
# script:
# - nix develop -c task

deploy_site:
stage: deploy
Expand All @@ -10,3 +35,4 @@ deploy_site:
- curl -X POST -d '{}' $CLOUDFLARE_DEPLOY_HOOK
only:
- schedules

18 changes: 0 additions & 18 deletions .vscode/shortcodes.code-snippets

This file was deleted.

4 changes: 4 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,7 @@ tasks:
- hugo new --kind talk-bundle talks/{{.TALK_NAME}}
env:
TALK_NAME: foo

generate:og:
cmds:
- ls content/posts/ | parallel 'mkdir -p content/posts/{}/images && tcardgen -c scripts/og/config.yaml --template=scripts/og/template.png -f scripts/og/fonts/ content/posts/{}/index.md -o content/posts/{}/images/cover.png'
Loading

0 comments on commit f278691

Please sign in to comment.