Add build and deploy actions. #1
5
.github/workflows/deployment.yml
vendored
5
.github/workflows/deployment.yml
vendored
@@ -10,6 +10,8 @@ jobs:
|
|||||||
infrastructure:
|
infrastructure:
|
||||||
name: Build Infrastructure
|
name: Build Infrastructure
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout to Repository
|
- name: Checkout to Repository
|
||||||
@@ -56,6 +58,9 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Deploy Application
|
name: Deploy Application
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
RUNNER_TOOL_CACHE: /toolcache
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout to Repository
|
- name: Checkout to Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user