diff --git a/coolFile b/coolFile new file mode 100644 index 0000000..2b58f89 --- /dev/null +++ b/coolFile @@ -0,0 +1 @@ +cool diff --git a/defo.txt b/defo.txt index a9da9c4..a26c91a 100644 --- a/defo.txt +++ b/defo.txt @@ -11,7 +11,6 @@ }, "scripts": { "deploy-dev": "rsync -avP ./* ascottdev@ascottdev.ssh.wpengine.net:~/sites/ascottdev/wp-content/plugins/ascott-analytical-chambers-test-standards", - "deploy-stg": "rsync -avP ./* ascottstg@ascottstg.ssh.wpengine.net:~/sites/ascottstg/wp-content/plugins/ascott-analytical-chambers-test-standards", - "deploy-prd": "rsync -avP ./* ascott@ascott.ssh.wpengine.net:~/sites/ascott/wp-content/plugins/ascott-analytical-chambers-test-standards" + "deploy-stg": "rsync -avP ./* ascottstg@ascottstg.ssh.wpengine.net:~/sites/ascottstg/wp-content/plugins/ascott-analytical-chambers-test-standards" } }