Skip to content

Commit 1062f7e

Browse files
what
1 parent 31af794 commit 1062f7e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,15 @@ jobs:
2323
run: |
2424
ssh minusx@v1.minusxapi.com << 'EOF'
2525
cd /home/minusx/minusx/web
26+
echo "can you read this"
2627
echo $REF
28+
echo $REF >> /tmp/test.txt
2729
git fetch --all --tags
2830
git checkout $REF
2931
git reset --hard $REF
3032
docker compose up -d --build
3133
docker image prune -f
34+
echo "what is happening"
35+
echo $REF
3236
EOF
3337

0 commit comments

Comments
 (0)