-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: improve deployments and documentation (#3301)
* feat: simplify envs, cleanup them and improve readme * docs: improve links section * docs: improve readme and add REACT_APP_ORDER_BOOK_URLS (#3173) * docs: improve readme and add REACT_APP_ORDER_BOOK_URLS * docs: improve documentation Co-authored-by: Felix Leupold <[email protected]> * docs: improve ini * docs: fix name * docs: simplify --------- Co-authored-by: Felix Leupold <[email protected]> * chore: delete amplitude and a bunch of unneded envs * fix: fix issue with env name in error * fix: fix env * feat: reuse .env for all projects and simplify envs further * feat: improve script names * docs: add build step for configurator * feat: deploy cowswap to build/cowswap * docs: remove badge * feat: change the base for widget configurator, run it in the root * chore: delete cosmos comment * chore: fix tests * chore: fix checkEnvironment --------- Co-authored-by: Felix Leupold <[email protected]> Co-authored-by: Alexandr Kazachenko <[email protected]>
- Loading branch information
1 parent
0abd162
commit fb24d41
Showing
34 changed files
with
308 additions
and
568 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 |
---|---|---|
|
@@ -6,16 +6,12 @@ on: | |
types: [opened, synchronize] | ||
|
||
env: | ||
REPO_NAME_SLUG: cowswap | ||
PR_NUMBER: ${{ github.event.number }} | ||
NODE_VERSION: lts/gallium | ||
REACT_APP_SENTRY_DSN: ${{ secrets.SENTRY_DSN }} | ||
REACT_APP_PINATA_API_KEY: ${{ secrets.REACT_APP_PINATA_API_KEY }} | ||
REACT_APP_PINATA_SECRET_API_KEY: ${{ secrets.REACT_APP_PINATA_SECRET_API_KEY }} | ||
REACT_APP_SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }} | ||
REACT_APP_BLOCKNATIVE_API_KEY: ${{ secrets.REACT_APP_BLOCKNATIVE_API_KEY }} | ||
REACT_APP_GOOGLE_ANALYTICS_ID: ${{ secrets.REACT_APP_GOOGLE_ANALYTICS_ID }} | ||
REACT_APP_AMPLITUDE_KEY: ${{ secrets.REACT_APP_AMPLITUDE_KEY }} | ||
REACT_APP_BLOCKNATIVE_API_KEY: ${{ secrets.REACT_APP_BLOCKNATIVE_API_KEY }} | ||
|
||
jobs: | ||
setup: | ||
|
@@ -89,7 +85,6 @@ jobs: | |
- name: Unit Test | ||
run: yarn test | ||
|
||
|
||
# - name: Coveralls | ||
# uses: coverallsapp/[email protected] | ||
# with: | ||
|
@@ -187,8 +182,6 @@ jobs: | |
# cypress-custom/videos | ||
# cypress-custom/screenshots | ||
|
||
|
||
|
||
# Open tmate ssh connection on failure for debugging | ||
# Uncomment when needed and push upstream | ||
# - name: Setup tmate session | ||
|
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
This file was deleted.
Oops, something went wrong.
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
Oops, something went wrong.