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

  1. #!/bin/bash
  2. ### STAGE
  3. ssh_stage_user=""
  4. ssh_stage_domain=""
  5. ssh_stage_private_key=""
  6. ssh_stage_public_key=""
  7. ### LIVE
  8. ssh_live_user=""
  9. ssh_live_domain=""
  10. ssh_live_private_key=""
  11. ssh_live_public_key=""