Skip to content

Commit 5c85d22

Browse files
authored
Update main.yml
1 parent 1f62185 commit 5c85d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ jobs:
5252
echo "Enabling Docker BuildKit..."
5353
export DOCKER_BUILDKIT=1
5454
echo "Starting Docker Compose services..."
55-
echo "${{ secrets.DEV_PASS }}" | sudo -S docker-compose build --no-cache
55+
echo "${{ secrets.DEV_PASS }}" | sudo -S docker-compose build
5656
echo "${{ secrets.DEV_PASS }}" | sudo -S docker-compose up -d
5757
echo "Successfully deployed the application!"

0 commit comments

Comments
 (0)