repos / pico

pico services - prose.sh, pastes.sh, imgs.sh, feeds.sh, pgs.sh
git clone https://github.com/picosh/pico.git

commit
0e23086
parent
b182eca
author
Eric Bower
date
2023-09-01 15:10:15 +0000 UTC
fix(pgs): retain
2 files changed,  +2, -0
M .github/workflows/pgs.yml
+1, -0
1@@ -27,3 +27,4 @@ jobs:
2           src: './public/*'
3           project: "pgs-${{ steps.vars.outputs.sha_short }}"
4           promote: "pgs-prod"
5+          retain: "pgs-"
M .github/workflows/static.yml
+1, -0
1@@ -37,3 +37,4 @@ jobs:
2           src: './public/*'
3           project: "git-pico-${{ steps.vars.outputs.sha_short }}"
4           promote: "git-pico"
5+          retain: "git-pico-"