Skip to content

Commit

Permalink
load full profile (should fix PM2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Crimento committed Apr 8, 2024
1 parent c7356d3 commit 8a4b397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Deploy to webserver
run: |
ssh -o StrictHostKeyChecking=no ${{ secrets.HOST_USERNAME }}@${{ secrets.HOST_IP }} "
source ~/.bashrc
source ~/.profile
cd /home/website/crmn.to
git fetch && git reset --hard origin/master
nvm install 20
Expand Down

0 comments on commit 8a4b397

Please sign in to comment.