Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Magento

If you don't have it- add A current Magento cloud admin will need to add your public SSH key to the cloud system under a new account linked to your Relias email address.

Add the cloud branch to your repo

Code Block
git remote add cloud vvf6jzpnlqmae@git.us-3.magento.cloud:vvf6jzpnlqmae.git

Push to the branch you want deployed, and the cloud system does the rest:

Code Block
#to deploy 

...

Magento to integration/staging/production:

#check out integration/staging/production branch to local from our repository

...

#The branch names are CASE SENSITIVE

#integration:
git push cloud integration:staging2

#staging:
git push cloud staging:Staging

#production:
git push cloud production:Production

Craft

Need the VPN OHG - gotta put in a sysman request to get that, and don't follow their instructions - use the regular network config setup if on a mac

IP for craft prod 172.16.226.9/24

Server Permissions:

SSH Key authentication only.
Contact one of the current Admins to add your public SSH key into a new user profile.

For our redhat servers, the easy way to add users (If you’re an admin) is to do:
systemctl start cockpit and then visit theServerIp:9090 to get a keen gui for user management.
Managing linux users is out of scope for this page, but we can link to more instructions from here (TODO)