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

Commit

Permalink
Merge pull request #126 from HackIllinois/Version-0.0.6-Fixes
Browse files Browse the repository at this point in the history
fixed deploy bug
  • Loading branch information
YashoSharma authored Jun 30, 2017
2 parents 24c0f6a + 955de4f commit 18406b5
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 18406b5

Please sign in to comment.