Skip to content

Commit 7b23653

Browse files
committed
2 parents da9ac72 + e42961a commit 7b23653

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,8 @@ jobs:
169169
echo "🚀 Deployment to production completed successfully!"
170170
echo "Version: ${{ github.sha }}"
171171
echo "Environment: Production"
172-
echo "Docker Image: ${{ secrets.DOCKER_REGISTRY && format('{0}/second-brain:production-{1}', secrets.DOCKER_REGISTRY, github.sha) || format('second-brain:production-{0}', github.sha) }}"
172+
<<<<<<< HEAD
173+
echo "Docker Image: ${{ secrets.DOCKER_REGISTRY && format('{0}/second-brain:production-{1}', secrets.DOCKER_REGISTRY, github.sha) || format('second-brain:production-{0}', github.sha) }}"
174+
=======
175+
echo "Docker Image: ${{ secrets.DOCKER_REGISTRY && format('{0}/second-brain:production-{1}', secrets.DOCKER_REGISTRY, github.sha) || format('second-brain:production-{0}', github.sha) }}"
176+
>>>>>>> e42961a68f6a092b597b2dcbec9b425b7cd71d8c

0 commit comments

Comments
 (0)