Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GH Action] Code quality checks #91

Merged
merged 11 commits into from
Nov 6, 2024
Merged
Prev Previous commit
Point deployment to main branch
Ismaaa committed Nov 6, 2024
commit 3cb3f6d783323e4751d677df93b4ce2ccc05f1e0
1 change: 0 additions & 1 deletion .github/workflows/deploy-webapp.yml
Original file line number Diff line number Diff line change
@@ -4,7 +4,6 @@ on:
push:
branches:
- main
- feat/code-quality-checks-gh-action

jobs:
deploy:
2 changes: 1 addition & 1 deletion kubernetes.yml
Original file line number Diff line number Diff line change
@@ -117,7 +117,7 @@ spec:
- name: kaniko
image: gcr.io/kaniko-project/executor:latest
args:
- '--context=git://[email protected]/pedrolivaresanchez/emergency-cv.git#refs/heads/feat/code-quality-checks-gh-action'
- '--context=git://[email protected]/pedrolivaresanchez/emergency-cv.git'
- '--dockerfile=Dockerfile'
- '--destination=idl-apps--container-registry-service:5000/emergency-cv/webapp:VAR_GITHUB_COMMIT_HASH'
- '--insecure'