Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Commit 0491e4c

Browse files
authored
Fix deploy. Really.
1 parent b271c78 commit 0491e4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ test:
77
deploy:
88
cd /srv/redis-doc && git pull
99
cd /srv/redis-io && git pull
10-
bash -c "REDIS_DOC=/srv/redis-doc ./scripts/generate_interactive_commands.rb > /srv/redis-io/lib/interactive/commands.rb"
10+
bash --login -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"
1111
service redis-io-app restart
1212

1313
.PHONY: deploy test

0 commit comments

Comments
 (0)