Lets try this

This commit is contained in:
Michael Telatynski 2022-04-27 08:38:12 +01:00
parent fe8c583e09
commit 89b3e4aaab
2 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,7 @@ jobs:
- name: Upload webpack-stats.json - name: Upload webpack-stats.json
uses: actions/upload-artifact@v2 uses: actions/upload-artifact@v2
with: with:
path: webpack-state.json path: webpack-stats.json
retention-days: 28 retention-days: 28
- name: Upload Artifact - name: Upload Artifact

View file

@ -11,12 +11,13 @@ jobs:
# if: github.ref == 'develop' # if: github.ref == 'develop'
steps: steps:
- name: Create Deployment ID - name: Create Deployment ID
uses: altinukshini/deployment-action@releases/v1 uses: altinukshini/deployment-action@releases/v1.2.6
id: deployment id: deployment
with: with:
token: "${{ github.token }}" token: "${{ github.token }}"
target_url: https://develop.element.io target_url: https://develop.element.io
environment: production ref: ${{ github.ref }}"
environment: "develop"
- name: Find Artifact ID - name: Find Artifact ID
uses: actions/github-script@v3.1.0 uses: actions/github-script@v3.1.0
@ -55,6 +56,5 @@ jobs:
uses: altinukshini/deployment-status@releases/v1 uses: altinukshini/deployment-status@releases/v1
with: with:
token: "${{ github.token }}" token: "${{ github.token }}"
target_url: https://develop.element.io
state: "failure" state: "failure"
deployment_id: ${{ steps.deployment.outputs.deployment_id }} deployment_id: ${{ steps.deployment.outputs.deployment_id }}