diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml new file mode 100644 index 0000000..efa505a --- /dev/null +++ b/.github/workflows/deploy.yml @@ -0,0 +1,32 @@ +name: Run HelloWorld Flow +on: + push: + +jobs: + helloworld: + permissions: + id-token: write + contents: read + + runs-on: ubuntu-latest + steps: + - name: Checkout repository + uses: actions/checkout@v2 + + - name: Set up Python + uses: actions/setup-python@v2 + with: + python-version: 3.11 + + - name: Install and Configure Outerbounds + run: |- + python -m pip install -U outerbounds && \ + outerbounds service-principal-configure \ + --name weathercicd \ + --deployment-domain dev-content.outerbounds.xyz \ + --perimeter default \ + --github-actions + + - name: Deploy workflows + run: |- + ./deploy