Skip to content

This is sample repository having acquia_cms starter code to deploy on Acquia environment.

License

Notifications You must be signed in to change notification settings

vishalkhode1/acquia-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acquia CMS

This is sample repository having acquia_cms starter code to deploy on Acquia environment.

Steps to Deploy code

  1. Login into your Acquia Cloud account.
  2. Navigate to your Organization -> Application.
  3. Click on the Actions button appearing at the top right side and then click on View Git Information as shown below. Git Information
  4. Copy that git repo url and update blt/bly.yml file. Ex:
git:
  default_branch: master
  remotes:
    cloud: '<add_your_repo_url_here>'
  1. Run the following commands to deploy code to Acquia:
git add blt/bly.yml
git commit -m "CHANGEME-2: BLT file updated."
composer install
blt artifact:build
blt artifact:deploy --commit-msg "BLT-000: Deploying code to develop branch." --branch "develop-build" --no-interaction
  1. Now in Acquia cloud, navigage to Organization -> Application -> Environment where you need to deploy code. Ex: Switch Branch
  2. Now filter branch with name develop-build and click Continue button.

About

This is sample repository having acquia_cms starter code to deploy on Acquia environment.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages