Skip to content

Commit

Permalink
deploy eklendi
Browse files Browse the repository at this point in the history
  • Loading branch information
zeyneperinc committed Nov 26, 2024
1 parent af42270 commit ed3bab8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,9 @@ jobs:
- name: Log in to GitHub Container Registry
run: echo "${{ secrets.CR_PAT }}" | docker login ghcr.io -u "${{ github.actor }}" --password-stdin
- run: docker build -t ghcr.io/zeyneperinc/server:latest . -f /home/runner/work/mernexample-server/mernexample-server/Dockerfile
- run: docker push ghcr.io/zeyneperinc/server:latest
- run: docker push ghcr.io/zeyneperinc/server:latest

deploy:
runs-on: ubuntu-latest
steps:
- run: helm upgrade -i server -n mern /home/runner/work/mernexample-server/mernexample-server/helm/

0 comments on commit ed3bab8

Please sign in to comment.