Skip to content

Commit

Permalink
wrong bash config file
Browse files Browse the repository at this point in the history
  • Loading branch information
Crimento committed Apr 8, 2024
1 parent 0b00e17 commit c7356d3
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 ~/.bash_profile
source ~/.bashrc
cd /home/website/crmn.to
git fetch && git reset --hard origin/master
nvm install 20
Expand Down

0 comments on commit c7356d3

Please sign in to comment.