You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
AIO Apps
0.0.1
AIO apps support for GitHub actions. This action supports Build, Test and Deploy of AIO apps.
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 }}
Contributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.