Lets try this
This commit is contained in:
parent
fe8c583e09
commit
89b3e4aaab
2 changed files with 4 additions and 4 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -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
|
||||||
|
|
6
.github/workflows/deploy_develop.yaml
vendored
6
.github/workflows/deploy_develop.yaml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue