Skip to content

Commit

Permalink
Fix usage of docker context in loading demo data
Browse files Browse the repository at this point in the history
skip-checks:true
  • Loading branch information
garrettjstevens committed Oct 8, 2024
1 parent 0ab8d64 commit fcb59a8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/reload_demo_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,13 @@ jobs:
--rm \
--interactive \
--add-host host.docker.internal=host-gateway \
--volume ~/.config/apollo-cli:/root/.config/apollo-cli \
--volume ~/data:/data \
--volume /home/ec2-user/.config/apollo-cli:/root/.config/apollo-cli \
--volume /home/ec2-user/data:/data \
--env APOLLO_PROFILE=auto \
ghcr.io/gmod/apollo-cli:${{ vars.DOCKER_TAG }} \
"$@"
}
mkdir --parents ~/.config/apollo-cli
touch ~/.config/apollo-cli/config.yml
apollo config address http://host.docker.internal/apollo
apollo config accessType root
apollo config rootCredentials.username ${{ secrets.ROOT_USER_NAME }}
Expand Down

0 comments on commit fcb59a8

Please sign in to comment.