Skip to content

Commit c1fadc2

Browse files
authored
Update main.yml
1 parent b698a27 commit c1fadc2

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
@@ -42,8 +42,8 @@ jobs:
4242
script: |
4343
echo "Stopping existing Docker Compose services..."
4444
cd /home/dev/CAPEC-Rag/
45-
echo "docker-compose down
45+
docker-compose down
4646
echo "Starting Docker Compose services..."
47-
echo docker-compose build --no-cache
48-
echo docker-compose up -d
47+
docker-compose build --no-cache
48+
docker-compose up -d
4949
echo "Successfully deployed the application!"

0 commit comments

Comments
 (0)