Skip to content

Commit

Permalink
workflows#2
Browse files Browse the repository at this point in the history
  • Loading branch information
folland87 committed Mar 21, 2024
1 parent 4f56a2f commit 8935e0b
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,29 @@ jobs:
IMAGE_ID=ghcr.io/${{ github.repository }}
IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]')
docker push --all-tags $IMAGE_ID
# deploy:
# name: Update staging deployment
# runs-on: ubuntu-latest
# needs: publish-ghcr
# steps:
# - name: Deploy to Cluster
# id: kubectl-deploy
# uses: dataesr/kubectl-deploy@v1.1
# env:
# KUBE_CONFIG: ${{ secrets.KUBE_CONFIG_DOAD }}
# with:
# namespace: ${{ env.DEPLOYMENT_NAMESPACE }}
# restart: ${{ env.DEPLOYMENT }}


# notify:
# needs: deploy
# if: always()
# runs-on: ubuntu-latest
# steps:
# - uses: dataesr/mm-notifier-action@v1.0.2
# with:
# github_token: ${{ secrets.GITHUB_TOKEN}}
# mattermost_webhook_url: ${{ secrets.MATTERMOST_WEBHOOK_URL }}
# mattermost_channel: ${{ env.MM_NOTIFICATION_CHANNEL}}

0 comments on commit 8935e0b

Please sign in to comment.