Skip to content

Commit 7bdb612

Browse files
authored
CI/CD Test (#99)
* a change * a change to test * A change to test * A change to test * A change to test * A change to test * A change to test * A change to test * A change to test * ready for prod
1 parent 4e4ff28 commit 7bdb612

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/cd_prod.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,19 @@ jobs:
3737
mkdir -p /srv/node/logs
3838
touch /srv/node/logs/tinynode.txt
3939
fi
40+
echo "LOCAL PATH"
41+
echo $PATH
42+
echo "NVM DIR and BIN"
43+
echo $NVM_DIR
44+
echo $NVM_BIN
45+
echo "WHERE and WHICH"
46+
pwd
47+
which node
48+
which npm
49+
which pm2
50+
pm2 -v
51+
npm -v
52+
node -v
4053
cd /srv/node/tiny-node/
4154
pm2 stop tinyNode
4255
git stash

0 commit comments

Comments
 (0)