fix: cicd
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -8,7 +8,7 @@ on:
|
||||
tags:
|
||||
- 'prod'
|
||||
- 'v*'
|
||||
paths:
|
||||
paths:
|
||||
- 'packages/agebd/**'
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user