Test droneg add .

This commit is contained in:
Nikolai Rodionov 2023-02-25 19:35:39 +01:00
parent 9abae62035
commit 11a4b518c6
2 changed files with 2 additions and 2 deletions
Dockerfile
content/posts/argocd-dynamic-environment-per-branch-part-1

@ -1,4 +1,4 @@
FROM git.badhouseplants.net/badhouseplants/hugo-builder
WORKDIR /src
COPY . /src
RUN hugo
ENTRYPOINT ["hugo"]

@ -197,7 +197,7 @@ And update my Dockerfile to look like this:
FROM git.badhouseplants.net/badhouseplants/hugo-builder
WORKDIR /src
COPY . /src
RUN hugo
ENTRYPOINT ["hugo"]
```
### How to deploy