We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0080078 commit 40c7c22Copy full SHA for 40c7c22
.appcd.yml
@@ -1,5 +1,6 @@
1
version: 0.0.1
2
name: DogeApi
3
+appstack_name: DogeApi
4
services:
5
dogeapi:
6
dtr: ghcr.io/appcd-demo/dogeapi/dogeapi
.github/workflows/docker-publish.yml
@@ -101,8 +101,13 @@ jobs:
101
cloud: 'aws'
102
language: 'Python'
103
outputDir: './.appcd/charts'
104
- scanPath: './main_branch'
+ scanPath: './'
105
targetCompute: 'k8s'
106
+ - name: Upload PR artifacts
107
+ uses: actions/upload-artifact@v4
108
+ with:
109
+ name: pr_branch_artifacts
110
+ path: ./.appcd/charts
111
- name: Inflate helm chart in gitops/
112
run: |
113
tree
0 commit comments