repos / ops

infra for pico services
git clone https://github.com/picosh/ops.git

commit
df3c6c1
parent
7c75934
author
Eric Bower
date
2023-11-11 05:19:12 +0000 UTC
fix(gha): trailing slash rsync
1 files changed,  +1, -1
M .github/workflows/static.yml
+1, -1
1@@ -34,6 +34,6 @@ jobs:
2         with:
3           user: hey
4           key: ${{ secrets.PRIVATE_KEY }}
5-          src: './public'
6+          src: './public/'
7           project: "git-ops-${{ steps.vars.outputs.sha_short }}"
8           promote: "git-ops"