Skip to content

Commit

Permalink
what
Browse files Browse the repository at this point in the history
  • Loading branch information
kektobiologist committed Sep 21, 2024
1 parent 31af794 commit 1062f7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,15 @@ jobs:
run: |
ssh [email protected] << 'EOF'
cd /home/minusx/minusx/web
echo "can you read this"
echo $REF
echo $REF >> /tmp/test.txt
git fetch --all --tags
git checkout $REF
git reset --hard $REF
docker compose up -d --build
docker image prune -f
echo "what is happening"
echo $REF
EOF

0 comments on commit 1062f7e

Please sign in to comment.