Skip to content

Commit e83a946

Browse files
committed
copy .env file directly
1 parent 3234609 commit e83a946

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 -rf $ENV_DIR/{*,.[^.]*} $APP_DIR/
35+
cp $ENV_DIR/.env $APP_DIR/.env
3636
rm -f $APP_DIR/$LOG_FILE
3737
3838
- name: Install/update systemd service to run app

0 commit comments

Comments
 (0)