Skip to content

Commit

Permalink
Fix paths in bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
153957 committed Jun 25, 2024
1 parent 19313ca commit 1702604
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion provisioning/roles/datastore/templates/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ alias supctl='supervisorctl -c {{ supervisord_path }}/supervisord.conf'

# Go to datastore repository
alias cddata='cd {{ datastore_path }}'
alias cdcode='cd {{ datastore_code }}'

# Reload web server
alias reload='touch /tmp/uwsgi-reload.me'

# Update datastore to latest master
alias updata='envdata && cddata && git fetch && git reset --hard origin/master && reload'
alias updata='envdata && cdcode && git fetch && git reset --hard origin/master && reload'

0 comments on commit 1702604

Please sign in to comment.