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
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
path: webpack-state.json
|
||||
path: webpack-stats.json
|
||||
retention-days: 28
|
||||
|
||||
- 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'
|
||||
steps:
|
||||
- name: Create Deployment ID
|
||||
uses: altinukshini/deployment-action@releases/v1
|
||||
uses: altinukshini/deployment-action@releases/v1.2.6
|
||||
id: deployment
|
||||
with:
|
||||
token: "${{ github.token }}"
|
||||
target_url: https://develop.element.io
|
||||
environment: production
|
||||
ref: ${{ github.ref }}"
|
||||
environment: "develop"
|
||||
|
||||
- name: Find Artifact ID
|
||||
uses: actions/github-script@v3.1.0
|
||||
|
@ -55,6 +56,5 @@ jobs:
|
|||
uses: altinukshini/deployment-status@releases/v1
|
||||
with:
|
||||
token: "${{ github.token }}"
|
||||
target_url: https://develop.element.io
|
||||
state: "failure"
|
||||
deployment_id: ${{ steps.deployment.outputs.deployment_id }}
|
||||
|
|
Loading…
Add table
Reference in a new issue