Skip to content

Commit b625482

Browse files
authored
Merge pull request #39 from data-for-good-concepts/33-write-onboarding-documentation
33 write onboarding documentation
2 parents a123d03 + 89e35ed commit b625482

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

.github/workflows/deploy-cloudrun.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- 'main'
66

77
env:
8-
SERVICE: 'eurostat-scraper'
8+
SERVICE: 'serverless-scraping-service'
99
PROJECT_ID: 'data-for-good-concepts'
1010
REGION: 'europe-west1'
1111

README.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ knitr::opts_chunk$set(
1313
)
1414
```
1515

16-
# Eurostat Scraper Web Service<img src="man/figures/logo.png" align="right" height="139"/>
16+
# Serverless Scraping Web Service<img src="man/figures/logo.png" align="right" height="139"/>
1717

1818
<!-- badges: start -->
1919

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<!-- README.md is generated from README.Rmd. Please edit that file -->
33

4-
# Eurostat Scraper Web Service<img src="man/figures/logo.png" align="right" height="139"/>
4+
# Serverless Scraping Web Service<img src="man/figures/logo.png" align="right" height="139"/>
55

66
<!-- badges: start -->
77

cloudbuild.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ options:
3737
substitutionOption: ALLOW_LOOSE
3838
logging: CLOUD_LOGGING_ONLY
3939
substitutions:
40-
_SERVICE_NAME: 'eurostat-scraper'
40+
_SERVICE_NAME: 'serverless-scraping-service'
File renamed without changes.

0 commit comments

Comments
 (0)