Skip to content

Commit

Permalink
remote [build] fix
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Dec 31, 2024
1 parent 6425fe7 commit 8d8a4ea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ COPY gitlab.yml Caddyfile ./

COPY build.sh deploy.sh /

USER deno
# revisit this:
# USER deno

CMD ["/usr/sbin/caddy", "run"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Uses:
- simply make your project have this simple `.gitlab-ci.yml` in top-level dir:
```yaml
include:
- remote: 'https://nomad.archive.org'
- remote: 'https://nomad.archive.org/ci.yml'
```
*OR*
```yaml
Expand Down
1 change: 0 additions & 1 deletion gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ build:
# If need to rebuild this image while runners are down, `cd` to this directory, then, as root:
# podman login ghcr.io
# podman build --net=host --tag ghcr.io/internetarchive/nomad:main . && sudo podman push ghcr.io/internetarchive/nomad:main
image: ghcr.io/internetarchive/nomad:main
variables:
DOCKER_HOST: 'unix:///run/podman/podman.sock'
DOCKER_TLS_CERTDIR: ''
Expand Down

0 comments on commit 8d8a4ea

Please sign in to comment.