Skip to content

Commit 70eefa5

Browse files
authored
Update main.yml
1 parent 482112f commit 70eefa5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
script: |
4747
echo "Stopping existing Docker Compose services..."
4848
cd /home/dev/CAPEC-Rag/
49-
docker-compose down
49+
sudo docker-compose down
5050
echo "Starting Docker Compose services..."
51-
docker-compose build --no-cache
52-
docker-compose up -d
51+
sudo docker-compose build --no-cache
52+
sudo docker-compose up -d
5353
echo "Successfully deployed the application!"

0 commit comments

Comments
 (0)