Add build and deploy actions. #1

Open
max wants to merge 19 commits from feat/actions into main
Showing only changes of commit 69718dd467 - Show all commits

View File

@@ -10,6 +10,8 @@ jobs:
infrastructure:
name: Build Infrastructure
runs-on: ubuntu-latest
env:
RUNNER_TOOL_CACHE: /toolcache
steps:
- name: Checkout to Repository
@@ -56,6 +58,9 @@ jobs:
build:
name: Deploy Application
runs-on: ubuntu-latest
env:
RUNNER_TOOL_CACHE: /toolcache
steps:
- name: Checkout to Repository
uses: actions/checkout@v4