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
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
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 theREADME.md
file.Modifications were made to ensure
http
was replaced withhttps
,sdg.lamayor.org
withsdg.lacity.gov
, andlamayor.org
replaced withmayor.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 replacerepository_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 forremote_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