Skip to content
This repository has been archived by the owner on Jun 21, 2019. It is now read-only.

Commit

Permalink
fixed deploy bug
Browse files Browse the repository at this point in the history
  • Loading branch information
YashoSharma committed Jun 30, 2017
1 parent d9d4245 commit 955de4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ebextensions/setup.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ container_commands:
02_perm:
command: "chmod -R 755 /usr/bin/flyway-4.0.3"
03_path:
command: "ln -s /usr/bin/flyway-4.0.3/flyway /usr/bin/flyway"
command: "ln -sf /usr/bin/flyway-4.0.3/flyway /usr/bin/flyway"

0 comments on commit 955de4f

Please sign in to comment.