From 334ec0a7c7271acd5a3da69b493d43e541fb7b9c Mon Sep 17 00:00:00 2001 From: Sergey Krivtsov <130004663+alwaysmeow@users.noreply.github.com> Date: Tue, 28 May 2024 01:56:21 +0300 Subject: [PATCH] deploying and starting on server --- .github/workflows/deploy.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 27b185c..185c320 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -62,4 +62,8 @@ jobs: username: ${{ secrets.SERVER_USER }} password: ${{ secrets.SERVER_PASSWORD }} port: 22 - script: whoami \ No newline at end of file + script: | + cd app/WebManager + git pull + ls + docker-compose up -d \ No newline at end of file