- commit
- e94176f
- parent
- 3781df8
- author
- Eric Bower
- date
- 2023-11-10 23:38:34 +0000 UTC
chore: use latest pgs-action
2 files changed,
+4,
-4
+2,
-2
1@@ -20,11 +20,11 @@ jobs:
2 - name: build pgs site
3 run: make pgs-static pgs-site
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: "pgs-${{ steps.vars.outputs.sha_short }}"
13 promote: "pgs-prod"
14 retain: "pgs-"
+2,
-2
1@@ -30,11 +30,11 @@ 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-pico-${{ steps.vars.outputs.sha_short }}"
13 promote: "git-pico"
14 retain: "git-pico-"