Skip to content

Commit eedd704

Browse files
author
Nate Williams
committed
renamed in_production and in_staging flags
1 parent 1920426 commit eedd704

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

flexio.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,29 @@ templates:
1111
description: 'Get a list of web links in a web page'
1212
gsheets_spreadsheet_id: ''
1313
excel_spreadsheet_path: ''
14-
in_production: false
15-
in_staging: false
14+
is_public: false
15+
is_private: false
1616
- name: lookup-web-page-embedded-tweets
1717
title: 'Lookup embedded tweets in a web page'
1818
description: 'Get a list of embedded tweets in a web page'
1919
gsheets_spreadsheet_id: ''
2020
excel_spreadsheet_path: ''
21-
in_production: false
22-
in_staging: false
21+
is_public: false
22+
is_private: false
2323
- name: lookup-web-page-metadata
2424
title: 'Lookup metadata for a set of web pages'
2525
description: 'Import metadata for a set of web pages, including title, description, and keywords'
2626
gsheets_spreadsheet_id: ''
2727
excel_spreadsheet_path: ''
28-
in_production: false
29-
in_staging: false
28+
is_public: false
29+
is_private: false
3030
- name: lookup-web-news-metadata
3131
title: 'Lookup metadata for news and blog posts'
3232
description: 'Import metadata for a set of news and blog posts, including title, author, and publish date'
3333
gsheets_spreadsheet_id: ''
3434
excel_spreadsheet_path: ''
35-
in_production: false
36-
in_staging: false
35+
is_public: false
36+
is_private: false
3737

3838
functions:
3939
- path: web-csv.py

0 commit comments

Comments
 (0)