We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c8a7f0 commit 3234609Copy full SHA for 3234609
.github/workflows/deploy.yml
@@ -32,7 +32,7 @@ jobs:
32
run: |
33
rm -rf $APP_DIR && mkdir $APP_DIR
34
cp main $APP_DIR/main
35
- cp -r $ENV_DIR/{*,.[^.]*} $APP_DIR/
+ cp -rf $ENV_DIR/{*,.[^.]*} $APP_DIR/
36
rm -f $APP_DIR/$LOG_FILE
37
38
- name: Install/update systemd service to run app
0 commit comments