From d844302543cf7e40362e3fa791a4a90ec95c860a Mon Sep 17 00:00:00 2001 From: Shashthehunk05 <75785684+Shashthehunk05@users.noreply.github.com> Date: Sat, 19 Dec 2020 20:39:29 +0530 Subject: [PATCH 1/3] Create Demo --- Demo | 1 + 1 file changed, 1 insertion(+) create mode 100644 Demo diff --git a/Demo b/Demo new file mode 100644 index 0000000..4f0b848 --- /dev/null +++ b/Demo @@ -0,0 +1 @@ +Demo From bf875156389f12873f9c0f2a861c3eafeba1d426 Mon Sep 17 00:00:00 2001 From: Shashthehunk05 <75785684+Shashthehunk05@users.noreply.github.com> Date: Tue, 22 Dec 2020 12:58:32 +0530 Subject: [PATCH 2/3] Add or update the App Service deployment workflow configuration from Azure Portal. --- .../workflows/master_automationanywhere.yml | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/workflows/master_automationanywhere.yml diff --git a/.github/workflows/master_automationanywhere.yml b/.github/workflows/master_automationanywhere.yml new file mode 100644 index 0000000..86b21cd --- /dev/null +++ b/.github/workflows/master_automationanywhere.yml @@ -0,0 +1,32 @@ +# Docs for the Azure Web Apps Deploy action: https://github.com/Azure/webapps-deploy +# More GitHub Actions for Azure: https://github.com/Azure/actions + +name: Build and deploy JAR app to Azure Web App - automationanywhere + +on: + push: + branches: + - master + +jobs: + build-and-deploy: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@master + + - name: Set up Java version + uses: actions/setup-java@v1 + with: + java-version: '11' + + - name: Build with Maven + run: mvn clean install + + - name: Deploy to Azure Web App + uses: azure/webapps-deploy@v2 + with: + app-name: 'automationanywhere' + slot-name: 'production' + publish-profile: ${{ secrets.AzureAppService_PublishProfile_30672b43e781450ba60b762aca9c4f91 }} + package: '${{ github.workspace }}/target/*.jar' \ No newline at end of file From b08d79fa99b48fbde808bb2e1e541bd8d9419b0a Mon Sep 17 00:00:00 2001 From: Shashthehunk05 <75785684+Shashthehunk05@users.noreply.github.com> Date: Fri, 16 Apr 2021 13:52:51 +0530 Subject: [PATCH 3/3] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 808d8c2..21a98d0 100644 --- a/README.rst +++ b/README.rst @@ -1,7 +1,7 @@ example.java.helloworld ======================= -This is "Hello World" Example for Java. +This is "Hello Shashi" Example for Java. The structure ``HelloWorld`` package is like this: ::