Skip to content

Commit

Permalink
[skip ci] Generate deployment manifests
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Action <[email protected]>
  • Loading branch information
actions-user authored and anishbista60 committed Jun 26, 2024
1 parent 18901b0 commit 1896243
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GoalApp-CICD/Manifest/new-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: my-app
image: anish60/app:sha-2cd6352
image: anish60/app:sha-18901b0
imagePullPolicy: Always
env:
- name: DB_USERNAME
Expand Down
4 changes: 4 additions & 0 deletions GoalApp-CICD/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Useful Resources to Implement this Project

- [CI/CD with GitHub Action and Argo CD](https://anish60.hashnode.dev/cicd-with-github-action-and-argo-cd)
- [Deploying Production-Ready Application on Kubernetes](https://anish60.hashnode.dev/deploying-production-ready-application-on-kubernetes)

0 comments on commit 1896243

Please sign in to comment.