Skip to content

Commit 5d4bf42

Browse files
committed
Fixed more stuff
1 parent 3d565cc commit 5d4bf42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
envs: GIT_TAG
2323
script: |
2424
cd epiready
25-
git pull
25+
git pull https://shubhmgrg:${{ secrets.CR_TOKEN }}@github.com/your-user/your-repo.git
26+
git fetch --tags
2627
echo "Deploying version: $GIT_TAG"
27-
# Optionally checkout the tag if needed
2828
git checkout $GIT_TAG || true
2929
docker compose pull
3030
GIT_TAG=$GIT_TAG docker compose up -d

0 commit comments

Comments
 (0)