Skip to content

Commit

Permalink
Merge pull request #28 from JV-conseil/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
JV-conseil authored Jul 8, 2024
2 parents 9ba5d71 + 03f4cd4 commit a81e3de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .bash/bundle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ _jvcl_::gem_update() {

_jvcl_::bundle_update() {
local _opt
rm -vrf "./Gemfile.lock" || :
for _opt in "check" "doctor" "install" "update" "lock"; do
bundle "${_opt}" --verbose || :
done
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ jobs:
sudo systemctl restart docker
- name: "Login to Docker Hub"
uses: docker/login-action@v2
# uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit a81e3de

Please sign in to comment.