Skip to content

Commit

Permalink
Attempt to copy .bashrc somewhere accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdowney committed Feb 11, 2024
1 parent 6509dda commit 0e8336b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -27,6 +27,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Deploy Blog
run: eval "$(rbenv init -)" && rake deploy:blog
run: pwd && source /.bashrc && rake deploy:blog
- name: Deploy Photos
run: eval "$(rbenv init -)" && rake deploy:photo
run: pwd && source /.bashrc && rake deploy:photo
2 changes: 2 additions & 0 deletions Dockerfile
Expand Up @@ -56,4 +56,6 @@ RUN eval "$(rbenv init -)" && bundle install
WORKDIR /
RUN rm -rf /gemfiles

RUN cp ~/.bashrc .bashrc

CMD [ "/bin/bash" ]

0 comments on commit 0e8336b

Please sign in to comment.