-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(production) Media Management, Accessibility (Emergency Alerts), Main…
…tenance Signed-off-by: davidrkupton <[email protected]>
- Loading branch information
1 parent
3280edd
commit ca92e76
Showing
9 changed files
with
1,563 additions
and
844 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 |
---|---|---|
|
@@ -12,13 +12,13 @@ on: | |
jobs: | ||
release: | ||
runs-on: ubuntu-latest | ||
env: | ||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3.5.2 | ||
uses: actions/checkout@v4 | ||
- name: Release Notes | ||
uses: act10ns/[email protected] | ||
env: | ||
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} | ||
with: | ||
status: ${{ job.status }} | ||
channel: ${{ vars.SLACK_RELEASE_CHANNEL }} | ||
|
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,17 +1,15 @@ | ||
[![Build Status](https://travis-ci.org/CityOfBoston/boston.gov-d8.png)](https://travis-ci.org/CityOfBoston/boston.gov-d8) [![Open Source Love](https://badges.frapsoft.com/os/v2/open-source.png?v=103)](https://github.com/ellerbrock/open-source-badges/) | ||
|
||
# Boston.gov-d8. | ||
# City of Boston Drupal Website | ||
This repository maintains an up-to-date copy of the custom code used by City of Boston | ||
to extend its Drupal website. | ||
|
||
[Refer to Wiki](https://github.com/CityOfBoston/boston.gov-d8/wiki) | ||
|
||
## Shortcuts: ## | ||
|
||
* [Install Instructions](https://github.com/CityOfBoston/boston.gov-d8/wiki/Installation-Instructions) | ||
* [On-demand (terraform) Instances](https://github.com/CityOfBoston/boston.gov-d8/wiki/Terraform) | ||
|
||
**04/11/2002: Migrated to travis-ci.com** | ||
*Archived build info found at: https://travis-ci.org/github/CityOfBoston/boston.gov-d8* | ||
## Drupal Dependency | ||
**This codebase currently requires Drupal 10** | ||
|
||
Please check the release history or contact the [Digital Team](mailto:[email protected]) | ||
if you wish to access legacy versions of code - we may be able to supply some modules | ||
compatible with earlier Drupal versions. | ||
|
||
--- | ||
## Public domain ## | ||
|
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
Oops, something went wrong.