Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
janstaelensskyline authored Jan 26, 2024
1 parent 99cbd2a commit bde9341
Showing 1 changed file with 14 additions and 20 deletions.
34 changes: 14 additions & 20 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: DataMiner CICD Automation
name: DataMiner CICD Connector

# Controls when the workflow will run
on:
Expand Down Expand Up @@ -29,23 +29,17 @@ jobs:
api-key: ${{ secrets.DATAMINER_DEPLOY_KEY }}
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
# Optional 0 or More CD Jobs as needed
CD:
if: github.ref_type == 'tag'
environment: production
name: CD
runs-on: windows-latest
needs: CI

steps:
- uses: actions/checkout@v3

# Deploys the artifact directly to an internet-accessible DataMiner Agent. Deployment from the catalog currently not supported.

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

# - name: Skyline DataMiner Deploy Action
# uses: SkylineCommunications/Skyline-DataMiner-Deploy-Action@v1
# with:
# # 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 }}
# # Id of the uploaded artifact
# artifact-id: ${{ needs.CI.outputs.artifact-id }}

0 comments on commit bde9341

Please sign in to comment.