Skip to content

Commit

Permalink
testing environment variable LOCAL for js
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad1991 committed Dec 18, 2024
1 parent 02a5e64 commit 7cff759
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions deploy_serverless_app.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
files <- list.files("./bs/R", pattern = ".R", full.names = TRUE)
print(files)
print(getwd())
print(
list.files(
path = ".", recursive = TRUE, full.names = TRUE
)
)
file.copy(files, "./app/")

# Copy www files from bs
Expand Down

0 comments on commit 7cff759

Please sign in to comment.