alpha
Login
or
Join now
nekomimi.pet
/
wisp-flake-ci-test
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
deploy smoke test with flake wispctl
author
waveringana
date
5 days ago
(Jul 22, 2026, 8:42 AM -0400)
commit
905724d8
905724d84e554a0a9985b242d05644587a499394
parent
9c6bceb9
9c6bceb9dd9c192b91818a4b70fd3fcaea329630
1/1
test.yml
success
35s
+13
-4
1 changed file
Expand all
Collapse all
Unified
Split
.tangled
workflows
test.yml
+13
-4
.tangled/workflows/test.yml
View file
Reviewed
···
9
9
https://wispplace.cachix.org: "wispplace.cachix.org-1:v+eZmUCZ9UGLyOCK4lFZvZKMCGCnBPOKDM+Q7ll1Jmw="
10
10
11
11
dependencies:
12
12
-
- git+https://tangled.org/nekomimi.pet/wisp.place-monorepo?ref=main#default
12
12
+
- git+https://tangled.org/nekomimi.pet/wisp.place-monorepo#default
13
13
14
14
steps:
15
15
-
- name: verify wispctl from the pinned Tangled flake
15
15
+
- name: deploy index.html with wispctl from the Tangled flake
16
16
command: |
17
17
test -s index.html
18
18
-
test "$(wispctl --version)" = "1.1.3"
19
19
-
wispctl --help
18
18
+
test -n "${WISP_APP_PASSWORD:-}" || {
19
19
+
echo "WISP_APP_PASSWORD is required to deploy the smoke-test site" >&2
20
20
+
exit 1
21
21
+
}
22
22
+
mkdir -p .wisp-deploy
23
23
+
cp index.html .wisp-deploy/index.html
24
24
+
wispctl nekomimi.pet \
25
25
+
--path .wisp-deploy \
26
26
+
--site wispctl-flake-smoke-test \
27
27
+
--password "$WISP_APP_PASSWORD" \
28
28
+
--yes