Skip to content

Commit

Permalink
Dockerfile now sets RBENV_ROOT in an accessible place
Browse files Browse the repository at this point in the history
  • Loading branch information
tcdowney committed Feb 11, 2024
1 parent 5f89ac3 commit fc5bea8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Deploy Site
defaults:
run:
shell: bash -leo pipefail {0}
shell: bash
on:
push:
branches:
Expand Down Expand Up @@ -29,6 +29,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Deploy Blog
run: pwd && source /.bashrc && rake deploy:blog
run: run: eval "$(rbenv init -)" && rake deploy:blog
- name: Deploy Photos
run: pwd && source /.bashrc && rake deploy:photo
run: run: eval "$(rbenv init -)" && rake deploy:photo

0 comments on commit fc5bea8

Please sign in to comment.