Skip to content

Commit 90b0ed8

Browse files
author
Layko Andrey
committed
some
1 parent fe64920 commit 90b0ed8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
ssh-keyscan ${{ secrets.SPRINT_SERVER }} >> ~/.ssh/known_hosts
154154
chmod 644 ~/.ssh/known_hosts
155155
export DOCKER_HOST="ssh://gitlab@${{ secrets.SPRINT_SERVER }}"
156-
export MONGODB_PASSWORD="${{ secrets.MONGO_PASSWORD }}"
156+
export MONGODB_PASSWORD="${{ secrets.SPRINT_MONGO_PASSWORD }}"
157157
export DOCKER_IMAGE_TAG="openplatform/open-state:${{ github.event.release.tag_name }}"
158158
docker login -u ${{ secrets.DOCKERHUB_USER_NAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }}
159159
docker-compose -f docker-compose-server.yml up -d

0 commit comments

Comments
 (0)