Skip to content

Commit 7d30abe

Browse files
committed
a change to test
1 parent c347848 commit 7d30abe

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/cd_dev.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ jobs:
7171
mkdir -p /srv/node/logs
7272
touch /srv/node/logs/tinynode.txt
7373
fi
74+
echo $USER
75+
echo $PATH
76+
pwd
77+
which pm2
7478
cd /srv/node/tiny-node/
7579
pm2 stop tinyNode
7680
git stash

.github/workflows/cd_prod.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
mkdir -p /srv/node/logs
3838
touch /srv/node/logs/tinynode.txt
3939
fi
40+
echo $USER
41+
echo $PATH
42+
pwd
43+
which pm2
4044
cd /srv/node/tiny-node/
4145
pm2 stop tinyNode
4246
git stash

0 commit comments

Comments
 (0)