repos / ops

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

commit
7c75934
parent
7e03370
author
Eric Bower
date
2023-11-10 23:39:08 +0000 UTC
chore: update pgs-action
1 files changed,  +2, -2
M .github/workflows/static.yml
+2, -2
 1@@ -30,10 +30,10 @@ jobs:
 2         id: vars
 3         run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
 4       - name: publish to pgs
 5-        uses: picosh/pgs-action@main
 6+        uses: picosh/pgs-action@v3
 7         with:
 8           user: hey
 9           key: ${{ secrets.PRIVATE_KEY }}
10-          src: './public/*'
11+          src: './public'
12           project: "git-ops-${{ steps.vars.outputs.sha_short }}"
13           promote: "git-ops"