We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 482112f commit 70eefa5Copy full SHA for 70eefa5
.github/workflows/main.yml
@@ -46,8 +46,8 @@ jobs:
46
script: |
47
echo "Stopping existing Docker Compose services..."
48
cd /home/dev/CAPEC-Rag/
49
- docker-compose down
+ sudo docker-compose down
50
echo "Starting Docker Compose services..."
51
- docker-compose build --no-cache
52
- docker-compose up -d
+ sudo docker-compose build --no-cache
+ sudo docker-compose up -d
53
echo "Successfully deployed the application!"
0 commit comments