Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aadeyemiadl authored Dec 5, 2023
1 parent 2f06a31 commit be3a5d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Deploy ADL LRS Application (Python)
'on':
push:
branches:
- python3-xapi-2.0
- ci-testing
jobs:
build-and-test:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -92,4 +92,4 @@ jobs:
sudo docker-compose stop && \
sudo docker-compose build --no-cache && \
sudo docker-compose up -d && \
echo 'deployed successfully on server'"
echo 'deployed successfully on server'"

0 comments on commit be3a5d7

Please sign in to comment.