Skip to content

Commit

Permalink
Update openvidu-react-tutorial.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IsmailJniah authored Sep 21, 2023
1 parent 0d447c9 commit bfef437
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/openvidu-react-tutorial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,6 @@ jobs:
- name: Checkout código
uses: actions/checkout@v2

- name: Configurar Docker
run: |
sudo apt-get update
sudo apt-get -y install docker.io
sudo systemctl start docker
sudo systemctl enable docker
- name: Levantar OpenVidu
run: |
docker run -p 4443:4443 --rm -e OPENVIDU_SECRET=MY_SECRET openvidu/openvidu-dev:2.27.0
Expand Down

0 comments on commit bfef437

Please sign in to comment.