Skip to content

Commit

Permalink
Update dataminer-cicd-automation.yml
Browse files Browse the repository at this point in the history
comment CD
  • Loading branch information
fsmeneses authored Jan 28, 2025
1 parent c928d08 commit d633aac
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/dataminer-cicd-automation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,22 @@ jobs:
sonarCloudToken: ${{ secrets.SONAR_TOKEN }}

# Optional 0 or More CD Jobs as needed
CD:
if: github.ref_type == 'tag'
environment: production
name: CD
runs-on: ubuntu-latest
needs: CI
#CD:
#if: github.ref_type == 'tag'
#environment: production
#name: CD
#runs-on: ubuntu-latest
#needs: CI

steps:
- uses: actions/checkout@v3
#steps:
#- uses: actions/checkout@v3

- name: Skyline DataMiner Deploy Action
uses: SkylineCommunications/Skyline-DataMiner-Deploy-Action@v1
with:
#- name: Skyline DataMiner Deploy Action
#uses: SkylineCommunications/Skyline-DataMiner-Deploy-Action@v1
#with:
# Stage deploy
stage: Deploy
#stage: Deploy
# The API-key: generated in the DCP Admin app (https://admin.dataminer.services/) as authentication for a certain DataMiner System.
api-key: ${{ secrets.DATAMINER_DEPLOY_KEY }}
#api-key: ${{ secrets.DATAMINER_DEPLOY_KEY }}
# Id of the uploaded artifact
artifact-id: ${{ needs.CI.outputs.artifact-id }}
#artifact-id: ${{ needs.CI.outputs.artifact-id }}

0 comments on commit d633aac

Please sign in to comment.