Skip to content

Commit

Permalink
[DEV-13666] Testing werf
Browse files Browse the repository at this point in the history
  • Loading branch information
vitali-federau-monite committed Jan 15, 2025
1 parent a64ec56 commit 1c3eb94
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-trigger-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: |
. $(werf ci-env github --as-file)
werf export \
--config werf_react.yaml \
--config werf.react.yaml \
--parallel-tasks-limit=-1 \
--repo registry.monite.com/monite/frontend/sdkapp \
--tag registry.monite.com/monite/frontend/sdkapp:%image%-${{ github.sha }}
Expand All @@ -57,7 +57,7 @@ jobs:
run: |
. $(werf ci-env github --as-file)
werf export \
--config werf_demo.yaml \
--config werf.demo.yaml \
--parallel-tasks-limit=-1 \
--repo registry.monite.com/monite/frontend/sdkapp \
--tag registry.monite.com/monite/frontend/sdkapp:%image%-${{ github.sha }}
Expand All @@ -84,7 +84,7 @@ jobs:
run: |
. $(werf ci-env github --as-file)
werf export \
--config werf_drop_in.yaml \
--config werf.drop_in.yaml \
--parallel-tasks-limit=-1 \
--repo registry.monite.com/monite/frontend/sdkapp \
--tag registry.monite.com/monite/frontend/sdkapp:%image%-${{ github.sha }}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 1c3eb94

Please sign in to comment.