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

fix: update dev workflow file and related configuration for deployment to dev environment with proper urls #31

Merged
merged 9 commits into from
Aug 21, 2024

Conversation

jaylenw
Copy link
Member

@jaylenw jaylenw commented Aug 20, 2024

What does this PR do?

This PR modifies the BuildNDeployDev.yml file for deployment to the new development cloud environment, the _config.yml file with the new dev database url, and correct information on the README.md file.

Modifications were made to ensure http was replaced with https, sdg.lamayor.org with sdg.lacity.gov, and lamayor.org replaced with mayor.lacity.gov

Background info

Modifications were inspired by https://raw.githubusercontent.com/CityOfLosAngeles/open-sdg-data-starter/development/.github/workflows/BuildNDeployDev.yml.

Please note that workflow_dispatch has been implemented to replace repository_dispatch for now until we determine how we want to proceed with the https://github.com/CityOfLosAngeles/open-sdg-data-starter repository to trigger this workflow.

How can this be tested (manually and/or automated test)?

Provide manual tests steps if applicable

Refer to the test in the README.md file for spinning up the site locally except for replacing the value for remote_data_prefix.

Provide steps for running automated tests if applicable

N/A

Which issue(s) is/are related to this PR?

This PR is/are related to issue(s) #30

close #30

dependabot bot and others added 6 commits June 6, 2024 22:10
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.16.2 to 1.16.5.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](sparklemotion/nokogiri@v1.16.2...v1.16.5)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [rexml](https://github.com/ruby/rexml) from 3.2.6 to 3.3.3.
- [Release notes](https://github.com/ruby/rexml/releases)
- [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md)
- [Commits](ruby/rexml@v3.2.6...v3.3.3)

---
updated-dependencies:
- dependency-name: rexml
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
… with the correct

development url for the database, and update readme

close #30
sdg.lamayor.org to sdg.lacity.gov

close #30
@jaylenw jaylenw added the enhancement New feature or request label Aug 20, 2024
@jaylenw jaylenw requested a review from RV-LACity August 20, 2024 23:58
@jaylenw jaylenw self-assigned this Aug 20, 2024
@jaylenw jaylenw marked this pull request as ready for review August 21, 2024 01:09
@jaylenw jaylenw merged commit d19de42 into development Aug 21, 2024
6 checks passed
@ita-devops-release-manager ita-devops-release-manager bot added the staged PRs that have been merged into the development branch containing changes yet to be pushed to prod label Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request staged PRs that have been merged into the development branch containing changes yet to be pushed to prod
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update configuration for successful deployment to the cloud development environment
2 participants