CEC-1058 fleet forms (#123)
* working fleets page * unit tests * snapshots * updating messages and snapshots * updating extraneous snaps
This commit is contained in:
6
.github/workflows/deploy.yml
vendored
6
.github/workflows/deploy.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
||||
uses: rtCamp/action-slack-notify@v2
|
||||
env:
|
||||
MSG_MINIMAL: true
|
||||
SLACK_MESSAGE: "Deploying to ${{ env.ENVIRONMENT }}... :partydeploy:"
|
||||
SLACK_MESSAGE: "Deploying to ${{ env.ENVIRONMENT }}... :partydeploy:"
|
||||
- name: Deploy
|
||||
id: deploy
|
||||
env:
|
||||
@@ -74,7 +74,7 @@ jobs:
|
||||
--set image.name=$PROJECT \
|
||||
--set image.tag=$TAG-$ENVIRONMENT \
|
||||
--wait -i -f k8s/values-$ENVIRONMENT.yaml $PROJECT k8s/
|
||||
|
||||
|
||||
- name: Notify if success
|
||||
if: ${{ success() }}
|
||||
uses: rtCamp/action-slack-notify@v2
|
||||
@@ -87,4 +87,4 @@ jobs:
|
||||
uses: rtCamp/action-slack-notify@v2
|
||||
env:
|
||||
SLACK_COLOR: ${{ job.status }}
|
||||
SLACK_MESSAGE: "Something failed! :this-is-fine:"
|
||||
SLACK_MESSAGE: "Something failed! :this-is-fine:"
|
||||
|
||||
Reference in New Issue
Block a user