-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathconfig.sh
More file actions
20 lines (19 loc) · 706 Bytes
/
config.sh
File metadata and controls
20 lines (19 loc) · 706 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
export UPSTREAM_DIR=upstream
export UPSTREAM_REPO=git@github.com:MultiMC/meta-upstream.git
export MMC_DIR=multimc
export MMC_REPO=git@github.com:MultiMC/meta-multimc.git
export S3_master=s3://meta.multimc.org/v1/
export S3_develop=s3://meta.multimc.org/dev/
export BRANCH_master=master
export BRANCH_develop=develop
export DEPLOY_TO_S3=false
export DEPLOY_TO_FOLDER=false
export DEPLOY_TO_GIT=false
export DEPLOY_FOLDER_master=/var/www/meta/v1/
export DEPLOY_FOLDER_develop=/var/www/meta/dev/
export DEPLOY_FOLDER_USER=http
export DEPLOY_FOLDER_GROUP=http
export UPDATE_FORGE_MAVEN=true
export DEPLOY_FORGE_MAVEN=false
export DEPLOY_FORGE_MAVEN_S3=false
export S3_FORGE_MAVEN=s3://forgemaven.multimc.org/