fix: update dev workflow file and related configuration for deployment to dev environment with proper urls #31
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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