Skip to content

Commit

Permalink
Updates deploy hook
Browse files Browse the repository at this point in the history
  • Loading branch information
itamarhaber committed Jan 12, 2021
1 parent 3284284 commit 50ec6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Expand Up @@ -7,7 +7,7 @@ test:
deploy:
cd /srv/redis-doc && git pull
cd /srv/redis-io && git stash && git pull
bash -i -c "cd /srv/redis-io && REDIS_DOC=/srv/redis-doc /srv/redis-io/scripts/generate_interactive_commands.rb > /srv/redis-io/lib/interactive/commands.rb"
bash --login -c "cd /srv/redis-io && rvm use 2.7.0 && REDIS_DOC=/srv/redis-doc /srv/redis-io/scripts/generate_interactive_commands.rb > /srv/redis-io/lib/interactive/commands.rb"
service redis-io-app restart

.PHONY: deploy test

0 comments on commit 50ec6fb

Please sign in to comment.