Skip to content

Commit

Permalink
Merge pull request #3209 from CityOfBoston/master
Browse files Browse the repository at this point in the history
(production) Metrolist Listing Updates, Maintenance and UI Padding
  • Loading branch information
davidrkupton authored Sep 28, 2023
2 parents b5a123e + b7fc301 commit 44ce875
Show file tree
Hide file tree
Showing 37 changed files with 2,763 additions and 1,575 deletions.
20 changes: 17 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ branches:
only:
- develop
- master
- CI_working

php:
- 8.1
Expand Down Expand Up @@ -36,7 +37,6 @@ cache:
- node_modules

notifications:
# see https://docs.travis-ci.com/user/notifications/#configuring-slack-notifications
slack:
- if: branch = master
on_pull_requests: false
Expand All @@ -60,7 +60,7 @@ notifications:
- ":red_circle: *WARNING:* Deploy from GitHub to the Acquia <https://d8-stg.boston.gov|stage environment> *FAILED* (in Travis)."
- "This unsuccessful deploy attempt was initiated by %{author}."
- "EXPLANATION (from Travis): %{message}"
- if: branch = master OR branch = develop
- if: branch = master OR branch = develop OR branch = CI_working
on_pull_requests: true
on_success: always
on_failure: never
Expand Down Expand Up @@ -92,6 +92,16 @@ notifications:
template:
- "Deployment of <%{build_url}|#%{build_number}> from GitHub to Acquia <https://d8-dev.boston.gov|develop environment> has been started."
- "_Check the #drupal channel for the deploy completion notice._"
- if: branch = CI_working
on_pull_requests: false
on_success: always
on_failure: never
rooms:
# digital_builds - whenever travis runs on PR/Merge actions on CI_working branch.
- secure: "HX7tOsr8pnedT2CWJ053VWQ3gIT8E912Kh4RezdjeZM3Pk67esNQqp8pelvm3FRLGLNTmULaQ/T8RANEvm3AnlxbYClIJ/z/5TH1Mr+elZ1gFbBmpubFQSlt+qUGoILa1vHf0bmNG2L7g6dnVjNRkq+HTPnUffE/WCSpBEfATzbIMQ9xY6Wz5HP1YgQVKII01/VKXwe1/uO9cQaXCegXHaNQUj9mLAKoPqyz5oUxRQ2U2jO74TS9E+yLCout0kzvnnGlRVeEKvM4y3ZGPTgT8VvnjljS4Ftf4Xd8hV8EQAWCLUrlyjtalPiNanZkHZWAq83ATzUYteZZ4P/sjepwv0sEy8mQGMYWybeUfw+423nQnMexAgK+byA553Xn0nFvPxpawkeh8B+nkpCWjSA0wrZY6BKCukdWc9mMb3rYfWgY+yS4aOnF9esEjPMs0llxZQ8H1BYf60Soa7T5jCwSQYbUcviWdPM02OTWJrQAD8uXSXw2EoE6KOHuEJcVrw+FGPMrp3+Czx8MvzyFFddzZ7u/DWjyByvuP4LmkmVF0V2loFG9gwHAGDU+0KcKgMwrtWOzD4rYn0L+mpJCnWaokFubXa3p0v2T5ZQiP9hBnTDeZDA84nxmQATyL6ChGaQDkYTmv2qnIwNTuQJ/YacPiMiWdpCuqKunUP9v1Bm9zF0="
template:
- "Deployment of <%{build_url}|#%{build_number}> from GitHub to Acquia <https://d8-ci.boston.gov|CI environment> has been started."
- "_Check the #drupal channel for the deploy completion notice._"
before_install:
# Add in some required packages (ref: <reporoot>/.lando.yml
Expand All @@ -113,11 +123,15 @@ deploy:
- provider: script
skip_cleanup: true
script: bash $TRAVIS_BUILD_DIR/scripts/deploy/travis_deploy.sh $TRAVIS_BRANCH
script: bash $TRAVIS_BUILD_DIR/scripts/deploy/travis_deploy.sh $TRAVIS_BRANCH
on:
branch: develop
- provider: script
skip_cleanup: true
script: bash $TRAVIS_BUILD_DIR/scripts/deploy/travis_deploy.sh $TRAVIS_BRANCH
on:
branch: master
- provider: script
skip_cleanup: true
script: bash $TRAVIS_BUILD_DIR/scripts/deploy/travis_deploy.sh $TRAVIS_BRANCH
on:
branch: CI_working
Loading

0 comments on commit 44ce875

Please sign in to comment.