File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -23,17 +23,17 @@ jobs:
23
23
REGISTRY_USERNAME : ${{ secrets.SMARTWEB_HARBOR_USERNAME }}
24
24
REGISTRY_PASSWORD : ${{ secrets.SMARTWEB_HARBOR_PASSWORD }}
25
25
MATTERMOST_WEBHOOK_URL : ${{ secrets.SMARTWEB_MATTERMOST_WEBHOOK_URL }}
26
- # deploy:
27
- # environment:
28
- # name: staging
29
- # runs-on: gha-runners-smartweb
30
- # needs: build-push
31
- # steps:
32
- # - name: Deploy to staging and notify
33
- # uses: IMIO/gha/rundeck-notify@v3.9.3
34
- # with:
35
- # RUNDECK_URL: ${{ secrets.RUNDECK_URL }}
36
- # RUNDECK_TOKEN: ${{ secrets.SMARTWEB_RUNDECK_TOKEN }}
37
- # RUNDECK_JOB_ID: ${{ vars.RUNDECK_JOB_ID }}
38
- # RUNDECK_PARAMETERS: '-F "filter=name ${{ vars.NODE_NAME }}" -F "option.tag=${{ vars.IMAGE_TAG_STAGING }}" -F "option.image_name=${{ vars.IMAGE_NAME }}" -F "option.service_name=${{ vars.SERVICE_NAME }}"'
39
- # MATTERMOST_WEBHOOK_URL: ${{ secrets.SMARTWEB_MATTERMOST_WEBHOOK_URL }}
26
+ deploy :
27
+ environment :
28
+ name : staging
29
+ runs-on : gha-runners-smartweb
30
+ needs : build-push
31
+ steps :
32
+ - name : Deploy to staging and notify
33
+ uses : IMIO/gha/rundeck-notify@v3.9.3
34
+ with :
35
+ RUNDECK_URL : ${{ secrets.RUNDECK_URL }}
36
+ RUNDECK_TOKEN : ${{ secrets.SMARTWEB_RUNDECK_TOKEN }}
37
+ RUNDECK_JOB_ID : ${{ vars.RUNDECK_JOB_ID }}
38
+ RUNDECK_PARAMETERS : ' -F "filter=name ${{ vars.NODE_NAME }}" -F "option.tag=${{ vars.IMAGE_TAG_STAGING }}" -F "option.image_name=${{ vars.IMAGE_NAME }}" -F "option.service_name=${{ vars.SERVICE_NAME }}"'
39
+ MATTERMOST_WEBHOOK_URL : ${{ secrets.SMARTWEB_MATTERMOST_WEBHOOK_URL }}
You can’t perform that action at this time.
0 commit comments