Skip to content

Commit 15a5593

Browse files
committed
Test run
1 parent ec297c2 commit 15a5593

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-docker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ jobs:
2525
git checkout main
2626
git pull origin
2727
TAG_NO_V=${GIT_TAG#v}
28+
export TAG_NO_V
2829
echo "Deploying version: $TAG_NO_V"
2930
git checkout $GIT_TAG || true
3031
docker compose pull
31-
TAG_NO_V=$TAG_NO_V docker compose up -d
32+
docker compose up -d

0 commit comments

Comments
 (0)