We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d565cc commit 5d4bf42Copy full SHA for 5d4bf42
1 file changed
.github/workflows/deploy-docker.yml
@@ -22,9 +22,9 @@ jobs:
22
envs: GIT_TAG
23
script: |
24
cd epiready
25
- git pull
+ git pull https://shubhmgrg:${{ secrets.CR_TOKEN }}@github.com/your-user/your-repo.git
26
+ git fetch --tags
27
echo "Deploying version: $GIT_TAG"
- # Optionally checkout the tag if needed
28
git checkout $GIT_TAG || true
29
docker compose pull
30
GIT_TAG=$GIT_TAG docker compose up -d
0 commit comments