Skip to content

Commit

Permalink
ci: use bash instead of /bin/sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablito2020 committed Oct 18, 2023
1 parent cd0a10f commit 204f109
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ jobs:
port: 22
script: |
cd ${{ secrets.PATH_TO_SAVE }}
bash
source .env && docker-compose pull && docker-compose up -d --build

0 comments on commit 204f109

Please sign in to comment.