Skip to content

Commit

Permalink
CI : deploy tests (3)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
  • Loading branch information
bigcat88 committed Jan 24, 2024
1 parent c4d4c0d commit fb7e898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ jobs:
-e BIND_ADDRESS="172.17.0.1" \
--net host --name aa-docker-socket-proxy -h aa-docker-socket-proxy \
--privileged -d ghcr.io/cloud-py-api/aa-docker-socket-proxy:latest
docker run --name nextcloud --rm -d ${{ env.docker-image }} -p 8080:80
docker run --net=bridge --name=nextcloud -p 8080:80 --rm -d ${{ env.docker-image }}
sleep 60s
- name: Install AppAPI
Expand Down

0 comments on commit fb7e898

Please sign in to comment.