Skip to content

Commit 9b58b5c

Browse files
author
Layko Andrey
committed
some
1 parent 8819111 commit 9b58b5c

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
@@ -161,7 +161,7 @@ jobs:
161161
162162
- name: Deploy server
163163
run: |
164-
ssh -i ./deploy_key gitlab@${{ secrets.DEPLOY_HOST_PROD }} "
164+
ssh -i ./deploy_key gitlab@${{ secrets.SPRINT_SERVER }} "
165165
export MONGODB_PASSWORD="${{ secrets.SPRINT_MONGO_PASSWORD }}" && \
166166
export DOCKER_IMAGE_TAG="openplatform/open-state:${{ env.IMAGE_TAG }}" && \
167167
docker login -u ${{ secrets.DOCKERHUB_USER_NAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }} && \

0 commit comments

Comments
 (0)