Skip to content

Commit 9ae24cb

Browse files
committed
working on
1 parent 3c2563d commit 9ae24cb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ jobs:
108108
ssh -T -o StrictHostKeyChecking=no \
109109
-o UserKnownHostsFile=/dev/null \
110110
${{ secrets.SSH_USER }}@${{ secrets.SERVER_IP }} << 'EOF'
111-
cd /var/www/HomeWork_30.1/
112-
sudo git checkout feature/Docker_init
113-
sudo git pull
111+
cd ~/CourseWork_8
112+
git checkout develop_for_35
113+
git pull
114114
if [ -d "static" ]; then
115115
echo "Static folder exists."
116116
else

0 commit comments

Comments
 (0)