Browse Source

update deploy script

dev01
Dom SP 3 years ago
parent
commit
76af77042f
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      deploy.sample

+ 4
- 4
deploy.sample View File

@@ -1,10 +1,10 @@
#!/bin/bash

USER=root
SERVER=brain.norganoid.com
USER=user
SERVER=host.example.com

LIVE_DIR=../var/www/norganoid.at/
DEV_DIR=../var/www/dev.norganoid.at/
LIVE_DIR=path/to/example.com/
DEV_DIR=path/to/dev.example.com/

CONTENT=content/


Loading…
Cancel
Save