Skip to content

Commit

Permalink
🐛 update
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxvik-xakerxxx committed Nov 15, 2023
1 parent b650232 commit 7ce8cc7
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Empty file removed .env
Empty file.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
run: |
cp .env-development .env
. $(werf ci-env github --as-file)
werf export web --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_SHA
werf export --dev web --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_SHA
2 changes: 1 addition & 1 deletion .github/workflows/actions_onlymain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
cp .env-development .env
. $(werf ci-env github --as-file)
werf export web --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_SHA
werf export --dev web --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_SHA
deploy:
name: Deploy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
cp .env-production .env
. $(werf ci-env github --as-file)
werf export web --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_REF_NAME
werf export --dev web --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_REF_NAME
deploy:
name: Deploy
Expand Down

0 comments on commit 7ce8cc7

Please sign in to comment.