Skip to content

Commit

Permalink
Update source of blog Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcha committed Nov 22, 2023
1 parent 8896db6 commit 4ccf064
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
context: .
push: true
tags: ghcr.io/${{ github.repository_owner }}/oap_blog:latest
file: Blog/Dockerfile
file: Dockerfile
- name: SSH into server and deploy
uses: appleboy/ssh-action@master
with:
Expand Down
2 changes: 1 addition & 1 deletion Blog/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN apt-get update && \
rm -r hugo_extended_0.120.4_Linux-64bit.tar.gz

# Copy your Hugo site source into the Docker container
COPY ./Blog/ /src
COPY ./Blog /src

# Set the working directory
WORKDIR /src
Expand Down

0 comments on commit 4ccf064

Please sign in to comment.