tangled
alpha
login
or
join now
dunkirk.sh
/
dots
3
fork
atom
Kieran's opinionated (and probably slightly dumb) nix config
3
fork
atom
overview
issues
pulls
pipelines
feat: add diff to deploy
dunkirk.sh
1 week ago
3f382f3a
4254f49b
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+1
-1
1 changed file
expand all
collapse all
unified
split
.github
workflows
deploy-service.yml
+1
-1
.github/workflows/deploy-service.yml
···
200
200
cat >> "$GITHUB_STEP_SUMMARY" << EOF
201
201
| status | host | commits | health |
202
202
|---|---|---|---|
203
203
-
| \`${STATUS}\` in \`${DURATION}\` | \`${HOST}\` | [\`${PREV_SHORT}\`](${REPO}/commit/${PREV_FULL}) → [\`${NEW_SHORT}\`](${REPO}/commit/${NEW_FULL}) | \`${HEALTH:-skipped}\` |
203
203
+
| \`${STATUS}\` in \`${DURATION}\` | \`${HOST}\` | [\`${PREV_SHORT}\`](${REPO}/commit/${PREV_FULL}) → [\`${NEW_SHORT}\`](${REPO}/commit/${NEW_FULL}) ([diff](${REPO}/compare/${PREV_FULL}...${NEW_FULL})) | \`${HEALTH:-skipped}\` |
204
204
EOF
205
205
206
206
- name: Rollback on failure