CityOfLosAngeles / open-sdg-site-starter

A starting point for the site repository of an Open SDG platform implementation.
https://sdgdata.lamayor.org
MIT License
3 stars 4 forks source link

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

Closed jaylenw closed 2 months ago

jaylenw commented 2 months ago

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