-
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.
- Loading branch information
Showing
2 changed files
with
30 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
title: Updating Webscraper | ||
description: Webscraper Tutorial Info that Pertains to Updating Webscraper | ||
--- | ||
|
||
:::info | ||
|
||
- **Recurring Task**: Extra steps for deploying changes to webscraper detailed below | ||
- **Frequency**: Every time you need to update the webscraper | ||
::: | ||
|
||
## Updating Webscraper | ||
|
||
- This refers to what's in the automated-jobs repo only | ||
- **Webscraper and energy dashboard backend changes can be handled separately**, e.g. if you update the energy-dashboard backend you don't have to update the webscraper, and vice versa | ||
- **On initial setup of the webscraper, you need to set up ECS, but if you are just updating the webscraper later, you only need to update ECR** | ||
- Go to AWS Console > ECR > View Push Commands | ||
- Follow push commands in CLI | ||
- Note, as also explained in linked article below, that your operating system (Windows vs Linux etc.) can affect the AWS CLI login command syntax | ||
- [See here](webscraper_tutorial#testing-pipeline-guide) for more detailed info |
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