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 7a62e98 commit aed15ba
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/install-dockerfile-and-check-ssl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# run: docker cp Ant-Media-Server/src/main/server/enable_ssl.sh antmedia:/usr/local/antmedia/enable_ssl.sh

- name: Run enable_ssl.sh inside container
run: docker exec antmedia bash /usr/local/antmedia/enable_ssl.sh
run: docker exec antmedia bash /usr/local/antmedia/enable_ssl.sh -d ${{ secrets.CI_SSL_TEST_DOMAIN }}

- name: Verify container is running
run: |
Expand All @@ -53,6 +53,7 @@ jobs:
- name: Stop and remove container
if: ${{ always() }}
run: |
docker stop antmedia
docker rm antmedia
sudo systemctl start antmedia
echo "test"
# docker stop antmedia
# docker rm antmedia
# sudo systemctl start antmedia

0 comments on commit aed15ba

Please sign in to comment.