mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
Document how to ssh to the pullpreview instance
And remove trailing whitespaces. [skip ci]
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
||||
echo "OPENPROJECT_NOTIFICATIONS_POLLING_INTERVAL=10000" >> .env.pullpreview
|
||||
echo "OPENPROJECT_ENTERPRISE__CHARGEBEE__SITE=openproject-enterprise-test" >> .env.pullpreview
|
||||
echo "OPENPROJECT_ENTERPRISE__TRIAL__CREATION__HOST=https://start.openproject-edge.com" >> .env.pullpreview
|
||||
echo "OPENPROJECT_FEATURE_BLOCK_NOTE_EDITOR=true" >> .env.pullpreview
|
||||
echo "OPENPROJECT_FEATURE_BLOCK_NOTE_EDITOR=true" >> .env.pullpreview
|
||||
- name: Boot as BIM edition
|
||||
if: contains(github.ref, 'bim/') || contains(github.head_ref, 'bim/')
|
||||
run: |
|
||||
@@ -47,6 +47,8 @@ jobs:
|
||||
cp ./docker/prod/Dockerfile ./Dockerfile
|
||||
- uses: pullpreview/action@v5
|
||||
with:
|
||||
# allows to ssh to the instance using our GitHub ssh key
|
||||
# command like: ssh ec2-user@pr-19375-trial-ip-3-127-219-135.my.preview.run
|
||||
admins: crohr,HDinger,machisuji,oliverguenther,ulferts,wielinde,cbliard
|
||||
compose_files: docker-compose.pullpreview.yml
|
||||
instance_type: xlarge
|
||||
|
||||
Reference in New Issue
Block a user