Compare commits
4 Commits
blog-relea
...
release-wi
| Author | SHA1 | Date | |
|---|---|---|---|
| 5da1615fa8 | |||
| 6d8df36557 | |||
| 6a577c14ce | |||
| 8d1126b5dc |
@@ -7,9 +7,8 @@
|
|||||||
# pings the deploy hook.
|
# pings the deploy hook.
|
||||||
#
|
#
|
||||||
# Setup (once):
|
# Setup (once):
|
||||||
# - A Gitea Actions runner must be registered and online for this repo/org,
|
# - Uses the shared `docker`-labelled runners. If those labels change, update
|
||||||
# advertising a label that matches `runs-on` below (default act_runner maps
|
# `runs-on` below to match a runner that is online.
|
||||||
# `ubuntu-latest`; change it if your runner uses a different label).
|
|
||||||
# - Add a repo secret COOLIFY_DEPLOY_HOOK = the app's deploy URL from Coolify
|
# - Add a repo secret COOLIFY_DEPLOY_HOOK = the app's deploy URL from Coolify
|
||||||
# (app → Webhooks → "Deploy Webhook", e.g.
|
# (app → Webhooks → "Deploy Webhook", e.g.
|
||||||
# https://coolify.example.com/api/v1/deploy?uuid=<uuid>&force=false).
|
# https://coolify.example.com/api/v1/deploy?uuid=<uuid>&force=false).
|
||||||
@@ -31,7 +30,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
trigger-deploy:
|
trigger-deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Ping Coolify deploy hook
|
- name: Ping Coolify deploy hook
|
||||||
env:
|
env:
|
||||||
|
|||||||
@@ -4,9 +4,9 @@ description: >-
|
|||||||
Jetpack Glance lets you write home-screen widgets in Compose. But it compiles
|
Jetpack Glance lets you write home-screen widgets in Compose. But it compiles
|
||||||
down to RemoteViews — so the old constraints still bite through the nice API.
|
down to RemoteViews — so the old constraints still bite through the nice API.
|
||||||
Three Calendula bugs that proved it.
|
Three Calendula bugs that proved it.
|
||||||
pubDate: 2026-07-02
|
pubDate: 2026-07-01
|
||||||
tags: [android, architecture, calendula]
|
tags: [android, architecture, calendula]
|
||||||
draft: true
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
||||||
Calendula's home-screen widgets are written in
|
Calendula's home-screen widgets are written in
|
||||||
|
|||||||
Reference in New Issue
Block a user