Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
alexvarko committed Dec 22, 2023
1 parent 2549d7b commit 9edf0ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
. $(werf ci-env github --as-file)
echo "${{ secrets.STAGE_ENV }}" > .env.deploy
werf export web --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_SHA --dev
werf export service --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_SHA --dev
# stage-deploy:
# name: Deploy on stage
# needs: converge
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run Build
run: |
. $(werf ci-env github --as-file)
werf export web --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_REF_NAME --dev
werf export service --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_REF_NAME --dev
# prod-deploy:
# name: Deploy on prod
# needs: converge
Expand Down

0 comments on commit 9edf0ae

Please sign in to comment.