-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: remove crab import api + remove 'new' from prd
- Loading branch information
Showing
3 changed files
with
8 additions
and
174 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Manual New Production Deploy | ||
name: Manual Production Deploy | ||
|
||
on: | ||
workflow_dispatch: | ||
|
@@ -7,13 +7,13 @@ on: | |
description: 'Version' | ||
required: true | ||
|
||
concurrency: Manual New Production Deploy | ||
concurrency: Manual Production Deploy | ||
|
||
jobs: | ||
deploy_to_production_start_slack: | ||
if: github.repository_owner == 'Informatievlaanderen' | ||
name: Deploy to new production started | ||
environment: newprd | ||
name: Deploy to production started | ||
environment: prd | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
|
@@ -25,7 +25,7 @@ jobs: | |
uses: slackapi/[email protected] | ||
with: | ||
channel-id: '#team-dinosaur-dev' | ||
slack-message: Deployment of streetname-registry to new production has started | ||
slack-message: Deployment of streetname-registry to production has started | ||
env: | ||
SLACK_BOT_TOKEN: ${{ secrets.VBR_SLACK_BOT_TOKEN }} | ||
SLACK_CHANNEL: ${{ secrets.VBR_NOTIFIER_CHANNEL_NAME }} | ||
|
@@ -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: | ||
|
@@ -111,7 +111,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: | ||
|
@@ -123,7 +123,7 @@ jobs: | |
uses: slackapi/[email protected] | ||
with: | ||
channel-id: '#team-dinosaur-dev' | ||
slack-message: Deployment of streetname-registry to new production has finished | ||
slack-message: Deployment of streetname-registry to production has finished | ||
env: | ||
SLACK_BOT_TOKEN: ${{ secrets.VBR_SLACK_BOT_TOKEN }} | ||
SLACK_CHANNEL: ${{ secrets.VBR_NOTIFIER_CHANNEL_NAME }} | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters