Skip to content

Commit

Permalink
Update cicd.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Wiran-Larbi authored Apr 4, 2024
1 parent 57da2d5 commit 7fe5678
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,6 @@ jobs:
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

- name: Build and Push to Dockerhub
run: docker-compose build
run: |
docker-compose build
docker compose up -d

0 comments on commit 7fe5678

Please sign in to comment.