Skip to content

Commit

Permalink
add a visualization
Browse files Browse the repository at this point in the history
  • Loading branch information
Ville Tuulos committed Jan 21, 2025
1 parent a369ee5 commit fdcabc6
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit fdcabc6

Please sign in to comment.