Update Actions
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 5s
Some checks failed
Build BAB Application Deployment Artifact / build (push) Failing after 5s
This commit is contained in:
@@ -30,8 +30,14 @@ jobs:
|
|||||||
# - name: Create Tarball of Build
|
# - name: Create Tarball of Build
|
||||||
# run: tar -czvf build-${{ steps.get_version.outputs.VERSION }}.tar.gz dist/pwa
|
# run: tar -czvf build-${{ steps.get_version.outputs.VERSION }}.tar.gz dist/pwa
|
||||||
- name: Upload Artifact
|
- name: Upload Artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: build-artifact-${{ steps.get_version.outputs.VERSION }}.${{ gitea.run_number }}
|
name: build-artifact-${{ steps.get_version.outputs.VERSION }}.${{ gitea.run_number }}
|
||||||
# path: build-${{ steps.get_version.outputs.VERSION }}.tar.gz
|
# path: build-${{ steps.get_version.outputs.VERSION }}.tar.gz
|
||||||
path: dist/pwa/
|
path: dist/pwa/
|
||||||
|
- name: Trigger Ansible Deploy Playbook
|
||||||
|
uses: distributhor/workflow-webhook
|
||||||
|
with:
|
||||||
|
webhook_url: ${{ secrets.WEBHOOK_URL }}
|
||||||
|
webhook_secret: ${{ secrets.WEBHOOK_SECRET }}
|
||||||
|
data: '{ "artifact_url": "${{ gitea.server_url }}/${{ gitea.repository }}/actions/runs/${{ gitea.run_id}}/build-artifact-${{ steps.get_version.outputs.VERSION }}.${{ gitea.run_number }}" }'
|
||||||
|
|||||||
Reference in New Issue
Block a user