Skip to content

Commit

Permalink
Update and rename build.yml to build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhavPrajapati authored Jul 18, 2024
1 parent 30531a3 commit 5451f49
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
18 changes: 18 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Build
on: push
jobs:
build-image:
runs-on: ubuntu-latest
strategy:
matrix:
vars:
- target: dev
url: test-dev
- target: prod
url: test-prod
steps:
- name: my-step
run: echo "Hello World!"
with:
target-step: ${{ matrix.vars.target }}
url-step: ${{ matrix.vars.url }}
1 change: 0 additions & 1 deletion .github/workflows/build.yml

This file was deleted.

0 comments on commit 5451f49

Please sign in to comment.