You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<h5>Criterion: 6.1 Deploy Application to Cloud Platform</h5>
702
-
<tableclass="table">
703
-
<thead>
704
-
<tr>
705
-
<th>Criterion</th>
706
-
<th>Description</th>
707
-
<th>Expected Performance</th>
708
-
</tr>
709
-
</thead>
710
-
<tbody>
711
-
<tr>
712
-
<td>6.1 Deploy Application to Cloud Platform</td>
713
-
<td>Successfully deploy the final version of the Full-Stack application to a cloud-based hosting platform and verify that it matches the development version</td>
714
-
<td>
715
-
<ul>
716
-
<li> Successful deployment of the application to a cloud-based platform.</li>
717
-
<li> Verification that the deployed version matches the development version in functionality.</li>
718
-
<li> Proper configuration of the hosting environment to support the application.</li>
<td>Clearly document the deployment process in a README file.</td>
738
-
<td>
739
-
<ul>
740
-
<li> Clear and detailed documentation of the deployment process in the README file. </li>
741
-
<li> Step-by-step instructions for setting up and deploying the application.</li>
742
-
</ul>
743
-
</td>
744
-
</tr>
745
-
</tbody>
746
-
</table>
747
-
748
-
<h5>Criterion: 6.3 Ensure Security in Deployment</h5>
749
-
<tableclass="table">
750
-
<thead>
751
-
<tr>
752
-
<th>Criterion</th>
753
-
<th>Description</th>
754
-
<th>Expected Performance</th>
755
-
</tr>
756
-
</thead>
757
-
<tbody>
758
-
<tr>
759
-
<td>Ensure Security in Deployment</td>
760
-
<td>Secure the deployed application by: Not including passwords or sensitive information in the git repository, using environment variables or .gitignore for secret keys, and ensuring DEBUG mode is turned off.</td>
761
-
<td>
762
-
<ul>
763
-
<li> No inclusion of passwords or sensitive information in the git repository.</li>
764
-
<li> Use of environment variables or .gitignore to manage secret keys and configurations.</li>
765
-
<li> Ensuring DEBUG mode is turned off in the deployed application.</li>
0 commit comments