Skip to content

Commit 7defd80

Browse files
author
Layko Andrey
committed
some
1 parent 6a67086 commit 7defd80

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ jobs:
150150
ssh-keyscan ${{ secrets.SPRINT_SERVER }} >> ~/.ssh/known_hosts
151151
chmod 644 ~/.ssh/known_hosts
152152
export DOCKER_HOST="ssh://gitlab@${{ secrets.SPRINT_SERVER }}"
153+
docker login -u ${{ secrets.DOCKERHUB_USER_NAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }} hub.docker.com
154+
docker-compose -f docker-compose-server.yml up -d
155+
156+
153157
154158
155159

0 commit comments

Comments
 (0)