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 diff --git a/Demo b/Demo new file mode 100644 index 0000000..4f0b848 --- /dev/null +++ b/Demo @@ -0,0 +1 @@ +Demo 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: ::