Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup legacy #718

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/deploy_newprd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Manual New Production Deploy
name: Manual Production Deploy

concurrency: Manual New Production Deploy
concurrency: Manual Production Deploy

on:
workflow_dispatch:
Expand All @@ -12,7 +12,7 @@ on:
jobs:
deploy_to_production_start_slack:
if: github.repository_owner == 'Informatievlaanderen'
name: Deploy to new production started
name: Deploy to production started
environment: prd
runs-on: ubuntu-latest

Expand All @@ -25,7 +25,7 @@ jobs:
uses: slackapi/slack-github-action@v1.23.0
with:
channel-id: '#team-dinosaur-dev'
slack-message: Deployment of parcel-registry to new production has started
slack-message: Deployment of parcel-registry to production has started
env:
SLACK_BOT_TOKEN: ${{ secrets.VBR_SLACK_BOT_TOKEN }}
SLACK_CHANNEL: ${{ secrets.VBR_NOTIFIER_CHANNEL_NAME }}
Expand All @@ -34,7 +34,7 @@ jobs:
deploy_to_production:
if: github.repository_owner == 'Informatievlaanderen'
needs: [ deploy_to_production_start_slack ]
name: Deploy to new Production
name: Deploy to Production
runs-on: ubuntu-latest
strategy:
matrix:
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
deploy_lambda_to_production:
if: github.repository_owner == 'Informatievlaanderen'
needs: [deploy_to_production]
name: Deploy lambda to new production
name: Deploy lambda to production
runs-on: ubuntu-latest

steps:
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
deploy_to_production_finish_slack:
if: github.repository_owner == 'Informatievlaanderen'
needs: [ deploy_lambda_to_production ]
name: Deploy to new production finished
name: Deploy to production finished
runs-on: ubuntu-latest

steps:
Expand All @@ -124,7 +124,7 @@ jobs:
uses: slackapi/slack-github-action@v1.23.0
with:
channel-id: '#team-dinosaur-dev'
slack-message: Deployment of parcel-registry to new production has finished
slack-message: Deployment of parcel-registry to production has finished
env:
SLACK_BOT_TOKEN: ${{ secrets.VBR_SLACK_BOT_TOKEN }}
SLACK_CHANNEL: ${{ secrets.VBR_NOTIFIER_CHANNEL_NAME }}
Expand Down
118 changes: 0 additions & 118 deletions .github/workflows/deploy_prd.yml

This file was deleted.

Loading
Loading