Skip to content

Commit

Permalink
smoothing out
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Dec 30, 2024
1 parent 4dcb64d commit 170901f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 139 deletions.
2 changes: 1 addition & 1 deletion Caddyfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
:5000 {
# We answer all requests this CI/CD yaml file from this repo
file_server
rewrite * /.gitlab-ci.yml
rewrite * /gitlab.yml
}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN mkdir -m777 /usr/local/sbin && \
ln -s /usr/bin/podman /usr/bin/docker

WORKDIR /app
COPY .gitlab-ci.yml Caddyfile .
COPY gitlab.yml Caddyfile ./

COPY build.sh deploy.sh /

Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,14 @@ Uses:
- simply make your project have this simple `.gitlab-ci.yml` in top-level dir:
```yaml
include:
- remote: 'https://gitlab.com/internetarchive/nomad/-/raw/master/.gitlab-ci.yml'
- remote: 'https://nomad.archive.org'
```
*OR*
```yaml
include:
- remote: 'https://raw.githubusercontent.com/internetarchive/nomad/refs/heads/main/gitlab.yml'
```
- if you want a [test] phase, you can add this to the `.gitlab-ci.yml` file above:
```yaml
test:
Expand Down
23 changes: 0 additions & 23 deletions build.yml

This file was deleted.

113 changes: 0 additions & 113 deletions ci.yml

This file was deleted.

File renamed without changes.

0 comments on commit 170901f

Please sign in to comment.