Skip to content

Commit

Permalink
Update install-dockerfile-and-check-ssl.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
muratugureminoglu authored Jul 1, 2024
1 parent d34b8e4 commit 81fbcf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-dockerfile-and-check-ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: docker run -d --name antmedia --network=host -it antmediaserver

- name: Run enable_ssl.sh inside container
run: docker exec antmedia bash /usr/local/antmedia/enable_ssl.sh
run: docker exec antmedia bash wget -O /usr/local/antmedia/enable_ssl.sh https://raw.githubusercontent.com/ant-media/Ant-Media-Server/21b57c461ba8eae496b830e779d2c628f25aecce/src/main/server/enable_ssl.sh && bash /usr/local/antmedia/enable_ssl.sh

- name: Verify container is running
run: |
Expand Down

0 comments on commit 81fbcf6

Please sign in to comment.