Skip to content

Pinned imio.smartweb.core = 1.2.59 #13

Pinned imio.smartweb.core = 1.2.59

Pinned imio.smartweb.core = 1.2.59 #13

Workflow file for this run

name: Publish and deploy staging image
on:
push:
branches:
- main
tags:
- '!**'
jobs:
build-push:
runs-on:
group: self-hosted
if: contains(github.event.head_commit.message, 'Back to development:') == false && contains(github.event.head_commit.message, 'Preparing release') == false
steps:
- name: Build push and notify
uses: IMIO/gha/[email protected]
with:
IMAGE_NAME: 'web/smartweb/mutual'
IMAGE_TAG: 'staging'
REGISTRY_URL: ${{ secrets.HARBOR_URL }}
REGISTRY_USERNAME: ${{ secrets.SMARTWEB_HARBOR_USERNAME }}
REGISTRY_PASSWORD: ${{ secrets.SMARTWEB_HARBOR_PASSWORD }}
MATTERMOST_WEBHOOK_URL: ${{ secrets.SMARTWEB_MATTERMOST_WEBHOOK_URL }}
deploy:
runs-on:
group: self-hosted
needs: build-push
steps:
- name: Deploy to staging and notify
uses: IMIO/gha/[email protected]
with:
RUNDECK_URL: ${{ secrets.RUNDECK_URL }}
RUNDECK_TOKEN: ${{ secrets.SMARTWEB_RUNDECK_TOKEN }}
RUNDECK_JOB_ID: ${{ secrets.RUNDECK_DEPLOY_STAGING_JOB_ID }}
RUNDECK_PARAMETERS: '-X POST'
MATTERMOST_WEBHOOK_URL: ${{ secrets.SMARTWEB_MATTERMOST_WEBHOOK_URL }}