We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2563d commit 9ae24cbCopy full SHA for 9ae24cb
1 file changed
.github/workflows/ci.yml
@@ -108,9 +108,9 @@ jobs:
108
ssh -T -o StrictHostKeyChecking=no \
109
-o UserKnownHostsFile=/dev/null \
110
${{ 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
+ cd ~/CourseWork_8
+ git checkout develop_for_35
+ git pull
114
if [ -d "static" ]; then
115
echo "Static folder exists."
116
else
0 commit comments