mirror of
https://github.com/Febbweiss/ProjectDeployer.git
synced 2026-03-04 22:25:38 +00:00
Fix: run command no more required
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
<i class="fa fa-fw fa-play-circle-o fa-2x" title="Run"></i>
|
||||
</label>
|
||||
<div class="col-sm-10">
|
||||
<input type="text" class="form-control" placeholder="Run commands" value="{{project.run}}" name="run" required />
|
||||
<input type="text" class="form-control" placeholder="Run commands" value="{{project.run}}" name="run" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user