Skip to content

Commit 3234609

Browse files
committed
add -f to cp as well
1 parent 5c8a7f0 commit 3234609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: |
3333
rm -rf $APP_DIR && mkdir $APP_DIR
3434
cp main $APP_DIR/main
35-
cp -r $ENV_DIR/{*,.[^.]*} $APP_DIR/
35+
cp -rf $ENV_DIR/{*,.[^.]*} $APP_DIR/
3636
rm -f $APP_DIR/$LOG_FILE
3737
3838
- name: Install/update systemd service to run app

0 commit comments

Comments
 (0)