Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[18938] Update command to point to HEAD #81

Merged
merged 2 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.OGCIO.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ AWS_PROFILE=awsProfile-accountId

To execute the script, run:
```
[ ! -f docker-compose-ogcio-logto.yml ] && curl -fsSL https://raw.githubusercontent.com/ogcio/logto/HEAD/docker-compose-ogcio-logto.yml > /tmp/docker-compose-ogcio-logto.yml && curl -fsSL https://raw.githubusercontent.com/ogcio/logto/18938/automate-with-script/run-logto-remote.sh | bash -s /tmp/docker-compose-ogcio-logto.yml
[ ! -f docker-compose-ogcio-logto.yml ] && curl -fsSL https://raw.githubusercontent.com/ogcio/logto/HEAD/docker-compose-ogcio-logto.yml > /tmp/docker-compose-ogcio-logto.yml && curl -fsSL https://raw.githubusercontent.com/ogcio/logto/HEAD/run-logto-remote.sh | bash -s /tmp/docker-compose-ogcio-logto.yml
```
The command downloads the Docker Compose file from Github to a temporary location if it doesn't exist already, then fetches and executes the script from GitHub, passing the temporary Docker Compose file.

Expand Down
4 changes: 1 addition & 3 deletions docker-compose-ogcio-logto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,7 @@ services:
- 5433:5433

mygovid-mock-service:
image: 730335224023.dkr.ecr.eu-west-1.amazonaws.com/life-events-logto@sha256:46fbb0c0bbaa43285554aac09962f9a5bb77c1b98dff1c3374c2c158b978c7f4
build:
dockerfile: ./mygovid-mock-service/Dockerfile
image: 730335224023.dkr.ecr.eu-west-1.amazonaws.com/life-events-logto@sha256:d27a147deb66d0869c8384c0f7415d7df7694212b95b3a54b183be4723924e36
peschina marked this conversation as resolved.
Show resolved Hide resolved
ports:
- 4005:4005

Expand Down