mirror of
https://github.com/Polaris-Entertainment/bytefy.git
synced 2026-04-11 10:29:37 +00:00
Update build.yml
This commit is contained in:
26
.github/workflows/build.yml
vendored
26
.github/workflows/build.yml
vendored
@@ -8,19 +8,8 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: self-hosted # Ensure your self-hosted runner is configured
|
runs-on: self-hosted # Ensure your self-hosted runner is configured
|
||||||
|
environment: 'prod'
|
||||||
steps:
|
steps:
|
||||||
- uses: trstringer/manual-approval@v1
|
|
||||||
with:
|
|
||||||
secret: ${{ github.TOKEN }}
|
|
||||||
approvers: Myxelium
|
|
||||||
minimum-approvals: 1
|
|
||||||
issue-title: "Deploying v1.3.5 to prod from staging"
|
|
||||||
issue-body: "Please approve or deny the deployment of version v1.3.5."
|
|
||||||
exclude-workflow-initiator-as-approver: false
|
|
||||||
additional-approved-words: ''
|
|
||||||
additional-denied-words: ''
|
|
||||||
|
|
||||||
- name: Get Current User
|
- name: Get Current User
|
||||||
run: |
|
run: |
|
||||||
$env:USERNAME
|
$env:USERNAME
|
||||||
@@ -77,17 +66,6 @@ jobs:
|
|||||||
needs: build
|
needs: build
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: trstringer/manual-approval@v1
|
|
||||||
with:
|
|
||||||
secret: ${{ github.TOKEN }}
|
|
||||||
approvers: Myxelium
|
|
||||||
minimum-approvals: 1
|
|
||||||
issue-title: "Deploying v1.3.5 to prod from staging"
|
|
||||||
issue-body: "Please approve or deny the deployment of version v1.3.5."
|
|
||||||
exclude-workflow-initiator-as-approver: false
|
|
||||||
additional-approved-words: ''
|
|
||||||
additional-denied-words: ''
|
|
||||||
|
|
||||||
- name: Download .NET Artifacts
|
- name: Download .NET Artifacts
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user