Merge branch 'release' of github.com:appsmithorg/appsmith-ee into release

This commit is contained in:
Satbir Singh 2020-10-12 18:32:48 +05:30
commit 91db71174f
2 changed files with 5 additions and 2 deletions

View File

@ -6,7 +6,7 @@ on:
# Only trigger if files have changed in this specific path
paths:
- 'app/client/**'
pull_request_target:
pull_request:
branches: [ release, master ]
paths:
- 'app/client/**'
@ -150,13 +150,14 @@ jobs:
- name: Pull server docker container and start it locally
shell: bash
run: |
echo ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} | docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} --password-stdin
docker run -d --net=host --name appsmith-internal-server -p 8080:8080 \
--env APPSMITH_MONGODB_URI=mongodb://localhost:27017/appsmith \
--env APPSMITH_REDIS_URL=redis://localhost:6379 \
--env APPSMITH_ENCRYPTION_PASSWORD=password \
--env APPSMITH_ENCRYPTION_SALT=salt \
--env APPSMITH_IS_SELF_HOSTED=false \
appsmith/appsmith-server:release
appsmith/appsmith-server-ee:release
- name: Installing Yarn serve
run: |

View File

@ -8,3 +8,5 @@
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
For details on setting up your development machine, please refer to the [Setup Guide](https://github.com/appsmithorg/appsmith/blob/release/contributions/ClientSetup.md)