-
Notifications
You must be signed in to change notification settings - Fork 513
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into prototype-spectable
- Loading branch information
Showing
46 changed files
with
3,305 additions
and
2,593 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 |
---|---|---|
|
@@ -91,7 +91,7 @@ jobs: | |
python-version: "3.8" | ||
|
||
- name: Install Python poetry | ||
uses: snok/[email protected].2 | ||
uses: snok/[email protected].4 | ||
|
||
- name: Install deployer | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
python-version: "3.8" | ||
|
||
- name: Install Python poetry | ||
uses: snok/[email protected].2 | ||
uses: snok/[email protected].4 | ||
with: | ||
virtualenvs-create: true | ||
virtualenvs-in-project: true | ||
|
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 |
---|---|---|
|
@@ -116,7 +116,7 @@ jobs: | |
python-version: "3.8" | ||
|
||
- name: Install Python poetry | ||
uses: snok/[email protected].2 | ||
uses: snok/[email protected].4 | ||
|
||
- name: Install deployer | ||
run: | | ||
|
@@ -231,16 +231,7 @@ jobs: | |
# poetry run deployer upload --prune --archived-files ../content/archived.txt ../client/build | ||
poetry run deployer upload ../client/build | ||
poetry run deployer update-lambda-functions ./aws-lambda | ||
# TODO: Depending on how long the upload takes, consider switching to | ||
# use `--update` in this command. It will skip the index re-creation | ||
# and "cake on". This is slightly faster and means no window of time | ||
# where the Elasticsearch server is nearly empty. | ||
# Consider doing something like a clean indexing on Sundays and | ||
# use `--update` on all the other week days. | ||
# poetry run deployer search-index ../client/build --priority-prefix=en-us/docs/web | ||
# TEMPORARY | ||
poetry run deployer search-index ../client/build --update | ||
poetry run deployer search-index ../client/build | ||
# Record the deployment in our Speedcurve account. This should always | ||
# be done after the upload of the documents and Lambda functions, as well | ||
|
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 |
---|---|---|
|
@@ -116,7 +116,7 @@ jobs: | |
python-version: "3.8" | ||
|
||
- name: Install Python poetry | ||
uses: snok/[email protected].2 | ||
uses: snok/[email protected].4 | ||
|
||
- name: Install deployer | ||
run: | | ||
|
@@ -237,16 +237,7 @@ jobs: | |
# poetry run deployer upload --prune --archived-files ../content/archived.txt ../client/build | ||
poetry run deployer upload ../client/build | ||
poetry run deployer update-lambda-functions ./aws-lambda | ||
# TODO: Depending on how long the upload takes, consider switching to | ||
# use `--update` in this command. It will skip the index re-creation | ||
# and "cake on". This is slightly faster and means no window of time | ||
# where the Elasticsearch server is nearly empty. | ||
# Consider doing something like a clean indexing on Sundays and | ||
# use `--update` on all the other week days. | ||
# poetry run deployer search-index ../client/build --priority-prefix=en-us/docs/web | ||
# TEMPORARY | ||
poetry run deployer search-index ../client/build --update | ||
poetry run deployer search-index ../client/build | ||
# Record the deployment in our Speedcurve account. This should always | ||
# be done after the upload of the documents and Lambda functions, as well | ||
|
Oops, something went wrong.