fix: activate bash profile first
This commit is contained in:
parent
79c43d9e8c
commit
ecc2fc1a10
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -13,6 +13,7 @@ jobs:
|
||||
key: ${{ secrets.KEY }}
|
||||
port: ${{ secrets.PORT }}
|
||||
script: |
|
||||
source ~/.bashrc
|
||||
cd /web/cvsa
|
||||
git pull
|
||||
/home/github-actions/.bun/bin/pm2 restart cvsa-be --update-env
|
||||
|
||||
Loading…
Reference in New Issue
Block a user