Skip to content

Commit

Permalink
🐛 ci add tag to main
Browse files Browse the repository at this point in the history
  • Loading branch information
xxxvik-xakerxxx committed Jun 20, 2024
1 parent 33d4493 commit e66b22c
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,18 @@ jobs:
. $(werf ci-env github --as-file)
werf export --dev web --tag ghcr.io/$GITHUB_REPOSITORY:$GITHUB_REF_NAME
deploy:
name: Deploy
needs: converge
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: ConfigCreate
run: |
mkdir ~/.kube/
echo "${{ secrets.K8SCONFIG_MAIN }}" | base64 -d > config
mv config ~/.kube/
kubectl set image deployment webclient template=ghcr.io/$GITHUB_REPOSITORY:$GITHUB_SHA -n rarime

0 comments on commit e66b22c

Please sign in to comment.