Last active
July 4, 2020 17:16
-
-
Save adamhenson/f231d64e904016d5510b74f7cc16c2a1 to your computer and use it in GitHub Desktop.
Revisions
-
adamhenson revised this gist
Jul 4, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ post-deploy: - run: name: Run a performance audit command: | curl -X POST "https://www.foo.software/v1/queue/items" --insecure \ -H "accept: application/json" -H "Content-Type: application/json" \ -d "{ \"pages\": \"$FOO_PAGE_TOKENS\", \"tag\": \"Build %23$CIRCLE_BUILD_NUM\" }" -
adamhenson revised this gist
Dec 28, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ post-deploy: - run: name: Run a performance audit command: | curl -X POST "https://www.automated-lighthouse-check.com/v1/queue/items" --insecure \ -H "accept: application/json" -H "Content-Type: application/json" \ -d "{ \"pages\": \"$FOO_PAGE_TOKENS\", \"tag\": \"Build %23$CIRCLE_BUILD_NUM\" }" -
adamhenson created this gist
May 12, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,11 @@ post-deploy: docker: - image: circleci/buildpack-deps:jessie-curl steps: - run: name: Run a performance audit command: | curl -X POST "https://www.foo.software/api/v1/queue/items" --insecure \ -H "accept: application/json" -H "Content-Type: application/json" \ -d "{ \"pages\": \"$FOO_PAGE_TOKENS\", \"tag\": \"Build %23$CIRCLE_BUILD_NUM\" }"