Skip to content

Commit

Permalink
Deploy current branch for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ismaaa committed Nov 6, 2024
1 parent 840db74 commit c33decd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/code-quality-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- '**'
pull_request:
branches:
- '**'

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

0 comments on commit c33decd

Please sign in to comment.