Ein für Shopware 6 vorbereitet Systemmanagment.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

15 lines
205 B

#!/bin/bash
### STAGE
ssh_stage_user=''
ssh_stage_domain=''
ssh_stage_private_key=''
ssh_stage_public_key=''
### LIVE
ssh_live_user=''
ssh_live_domain=''
ssh_live_private_key=''
ssh_live_public_key=''