Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play

GitHub Action

AIO Apps

0.0.1

AIO Apps

play

AIO Apps

Build, Test and Deploy AIO Apps

Installation

Copy and paste the following snippet into your .yml file.

              

- name: AIO Apps

uses: adobe/aio-apps-action@0.0.1

Learn more about this action in adobe/aio-apps-action

Choose a version

Build Status License

aio-apps-action

AIO apps support for GitHub actions. This action supports Build, Test and Deploy of AIO apps.

Getting Started

You can include the action in your workflow as adobe/aio-apps-action@0.0.1. Example :

    on: [push]
    jobs:
      build:
        runs-on: ubuntu-latest
        steps:
          - name: Checkout
            uses: actions/checkout@v2
          - name: Setup CLI
            uses: adobe/aio-cli-setup-action@0.0.1
          - name: Build
            uses: adobe/aio-apps-action@0.0.1
            with:
              command: build
              AIO_RUNTIME_NAMESPACE: ${{ secrets.AIO_RUNTIME_NAMESPACE }}
          - name: Test
            uses: adobe/aio-apps-action@0.0.1
            with:
              command: test
          - name: Deploy
            uses: adobe/aio-apps-action@0.0.1
            with:
              command: deploy
              AIO_RUNTIME_AUTH: ${{ secrets.AIO_RUNTIME_AUTH }}
              AIO_RUNTIME_NAMESPACE: ${{ secrets.AIO_RUNTIME_NAMESPACE }}

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.