Skip to content

Commit 91053b2

Browse files
committed
fix ci/cd
1 parent 0c5280c commit 91053b2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@ jobs:
103103
scp .env $SERVER_USER@$SERVER_IP:~/Automating-route-selection/.env
104104
105105
ssh $SERVER_USER@$SERVER_IP << 'EOF'
106+
cd ~/Automating-route-selection
106107
sudo docker-compose down || true
107108
sudo docker-compose up -d --build
108-
EOF
109+
EOF
110+
111+
rm -f .env

0 commit comments

Comments
 (0)