From 78cba4e7c2dd6d26b4938bb3ca667a4846bf52d3 Mon Sep 17 00:00:00 2001 From: Neil Pie Date: Wed, 28 Sep 2022 22:23:44 +0100 Subject: [PATCH 1/2] Create coolFile --- coolFile | 1 + 1 file changed, 1 insertion(+) create mode 100644 coolFile diff --git a/coolFile b/coolFile new file mode 100644 index 0000000..2b58f89 --- /dev/null +++ b/coolFile @@ -0,0 +1 @@ +cool From 41d6e752c7b678a655b45a434db647902d439411 Mon Sep 17 00:00:00 2001 From: Neil Pie Date: Wed, 28 Sep 2022 22:24:13 +0100 Subject: [PATCH 2/2] Update defo.txt --- defo.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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" } }