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
Copy file name to clipboardExpand all lines: task-5/README.md
+9-10Lines changed: 9 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Task 5 - 1
2
2
3
-
Last week the management team was not pleased when they checked the company website and realized that it is a version from 2 months ago. The developer responsible for the website said that locally and in the repository there is up to date version of the website. After short investigation it turned out that they forgot to deploy the website to the server. Your task now is to add website deployment to the pipeline. Whenever there are changes to website directory and the commit is on the main branch the website should be deployed to the server.
3
+
Your task now is to add website deployment to the pipeline. Whenever there are changes to website directory and the commit is on the main branch the website should be deployed to the server.
4
4
5
5
The website is configured to be deployed to firebase, but you can choose any other hosting provider.
6
6
@@ -16,6 +16,12 @@ The website is configured to be deployed to firebase, but you can choose any oth
16
16
<summary>Those hints will help you start</summary>
-[Firebase Service Account](https://github.com/FirebaseExtended/action-hosting-deploy/blob/main/docs/service-account.md)
24
+
-[How to create firebase project](../website/README.md)
19
25
20
26
</details>
21
27
@@ -27,7 +33,7 @@ The website is configured to be deployed to firebase, but you can choose any oth
27
33
28
34
## Task 5 - 2
29
35
30
-
In this version do the PoC version of the task. Instead of actually deploying the website to the server, print the login and password that is stored in GitHub secrets. (Hint: don't use real credentials)
36
+
In this version do the PoC version of the task. Instead of actually deploying the website to the server, print the login and password that is stored in GitHub secrets.
31
37
32
38
## Definition of done
33
39
@@ -38,12 +44,5 @@ In this version do the PoC version of the task. Instead of actually deploying th
38
44
<details>
39
45
<summary>Those hints will help you start</summary>
<summary>In case you are stuck, you can use the resources listed below. Try to first look yourself. The resources are listed in the order from minimal to full help</summary>
0 commit comments