Skip to content

Commit 1313f94

Browse files
committed
session1-java
1 parent cf06d37 commit 1313f94

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

session1/java/playerservice-demo.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -335,18 +335,18 @@ jobs:
335335
336336
## 🚢 Step 9: Generate cd.yml for Azure Deployment
337337
338-
> Prompt:
339-
> Provide CLi to create `.github/workflows/cd.yml` in github root repo
340-
> Provide GitHub Actions YAML workflow `cd.yml` with the following specifications:
341-
> triggers on push events to the `main` branch
342-
> Run on the latest Ubuntu environment
343-
> Login to Azure using `azure/login@v1` with the secret `AZURE_CREDENTIALS`
344-
> Checkout the repository using `actions/checkout@v3`
345-
> Setup Java JDK 21 with Eclipse Temurin using `actions/setup-java@v3`
346-
> Build the project with Maven using `mvn clean package`
347-
> Deploy the built JAR file located in `target/*.jar` to Azure Web App using `azure/webapps-deploy@v2`
348-
> Use the secret `AZURE_WEBAPP_PUBLISH_PROFILE` for deployment authentication
349-
> Use the secret `APP_NAME` to specify the `app-name` parameter for deployment
338+
> Prompt:\
339+
> Provide CLi to create `.github/workflows/cd.yml` in github root repo\
340+
> Provide GitHub Actions YAML workflow `cd.yml` with the following specifications:\
341+
> triggers on push events to the `main` branch\
342+
> Run on the latest Ubuntu environment\
343+
> Login to Azure using `azure/login@v1` with the secret `AZURE_CREDENTIALS`\
344+
> Checkout the repository using `actions/checkout@v3`\
345+
> Setup Java JDK 21 with Eclipse Temurin using `actions/setup-java@v3`\
346+
> Build the project with Maven using `mvn clean package`\
347+
> Deploy the built JAR file located in `target/*.jar` to Azure Web App using `azure/webapps-deploy@v2`\
348+
> Use the secret `AZURE_WEBAPP_PUBLISH_PROFILE` for deployment authentication\
349+
> Use the secret `APP_NAME` to specify the `app-name` parameter for deployment\
350350
> Format the output as a valid YAML file
351351

352352

0 commit comments

Comments
 (0)