-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yml
More file actions
28 lines (27 loc) · 1.11 KB
/
project.yml
File metadata and controls
28 lines (27 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
project:
# The acquia_subname value is the machine name of your subscription on Acquia
# Cloud. E.g., if your dev env URL on Acquia Cloud is
# http://psprojectdev.prod.acquia-sites.com/ then your acquia_subname is
# "psproject". This value is used to correctly configure settings in
# settings.php includes. This will also determine the the directory name
# of the new repository.
acquia_subname: 'examplephing'
# Used for enforcing correct git commit msg syntax.
prefix: 'EXPH'
human_name: 'Example Phing'
# This is the default makefile that will be used to build dependencies.
# It should live in the project root.
make_file: 'make.yml'
profile:
name: 'examplephing'
# Please ensure contrib profiles are also in your make file.
contrib: false
# This is used to build front end artifacts. E.g., SASS compilation.
theme_name: 'thunder'
# Configuration settings for new git repository.
git:
default_branch: develop
remotes:
# Defining git remotes allows builds deployed via CI.
- bolted@svn-4702.devcloud.hosting.acquia.com:bolted.git
- git@github.com:acquia-pso/psproject.git