parent
decbf1cc8c
commit
3e2d69daea
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ jobs:
|
||||||
git config user.name "forgejo-actions[bot]"
|
git config user.name "forgejo-actions[bot]"
|
||||||
git config user.email "forgejo-actions[bot]@users.noreply.local"
|
git config user.email "forgejo-actions[bot]@users.noreply.local"
|
||||||
|
|
||||||
git checkout --orphan dist-stage
|
git checkout --orphan temp
|
||||||
git rm -rf .
|
git rm -rf .
|
||||||
|
|
||||||
git add dist
|
git add dist
|
||||||
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
|
|
||||||
git push \
|
git push \
|
||||||
https://x-access-token:${{ secrets.FORGEJO_TOKEN }}@${{ github.server_url }}/${{ github.repository }} \
|
https://x-access-token:${{ secrets.FORGEJO_TOKEN }}@${{ github.server_url }}/${{ github.repository }} \
|
||||||
temp-build:dist-${{ env.FORGEJO_REF_NAME }} \
|
temp:dist-${{ env.FORGEJO_REF_NAME }} \
|
||||||
--force
|
--force
|
||||||
|
|
||||||
# - name: Trigger deployment webhook
|
# - name: Trigger deployment webhook
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue