Skip to content

Commit f22065b

Browse files
Merge pull request #234 from Houssien-Zeineddine/docker-and-pipeline
triggering pipeline
2 parents 81b935b + 11be0fe commit f22065b

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/final_project_laravel_image:latest
185185
docker pull ${{ secrets.DOCKERHUB_USERNAME }}/final_project_react_image:latest
186186
187-
docker-compose up -d
187+
docker-compose up -d --build
188188
189189
sleep 30
190190

client/src/components/Sidebar/style.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@
5959
transition: background-color 0.2s ease;
6060
}
6161

62-
.sidebar-link:hover {
63-
background-color: rgba(0, 0, 0, 0.05);
64-
}
65-
6662
.sidebar-link-current {
6763
display: flex;
6864
justify-content: flex-start;

0 commit comments

Comments
 (0)