Skip to content

Commit 72187af

Browse files
fix: correct src location for snowcli native app deployment
1 parent a3028ed commit 72187af

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

deployment_models/native-app/snowflake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ native_app:
99
artifacts:
1010
- src: app/*
1111
dest: ./
12-
- src: ../../src
12+
- src: ./src
1313
dest: ./streamlit

deployment_models/native-app/src

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../src

0 commit comments

Comments
 (0)