fix: cicd

This commit is contained in:
Benjamin Labrecque
2026-07-15 14:29:30 +02:00
parent ff6cede146
commit 565ecbb7dc
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -1,5 +1,7 @@
name: Deploy bin
# TODO: this should be deployed before service restarts,
# if both bin and a service changed.
on:
push:
branches:
@@ -30,4 +32,4 @@ jobs:
mkdir -p ${DEST_DIR}
cp -r ./* ${DEST_DIR}
# TODO: maybe this is better: `rsync -av --delete ./ "${DEST_DIR}/"` # Sync everything perfectly, including hidden files, and delete old stale files
# TODO: maybe this is better: `rsync -av --delete ./ "${DEST_DIR}/"` # Sync everything perfectly, including hidden files, and delete old stale files
+1 -1
View File
@@ -8,7 +8,7 @@ on:
tags:
- 'prod'
- 'v*'
paths:
paths:
- 'packages/agebd/**'
jobs: